Class StatementNotValid
Exception thrown in attempt to execute a statement that is not valid.
- Exception implements Throwable
- RuntimeException
- ICanBoogie\ActiveRecord\StatementNotValid implements ICanBoogie\ActiveRecord\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
protected
|
|
protected
|
|
public
|
|
protected
string
|
#
format_message( string $statement, array $args, PDOException $original = null )
Formats exception message. |
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message
Magic properties
public read-only
string
|
$statement
The invalid statement. |
public read-only
array
|
$args
The arguments of the statement. |
public read-only
PDOException
|
$original
The original exception. |