Class StatementInvalid
Exception thrown when a statement execution failed because of an error.
- Exception
- ICanBoogie\ActiveRecord\ActiveRecordException
- ICanBoogie\ActiveRecord\StatementInvalid
Methods summary
public
|
|
public
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Magic methods summary
Properties summary
Properties inherited from Exception
Magic properties
public read-only
string
|
$statement |
|
#
The invalid statement. |
public read-only
array
|
$args |
|
#
The arguments of the statement. |