Class RecordNotFound
Exception thrown when an active record cannot be found.
- Exception
- ICanBoogie\ActiveRecord\ActiveRecordException
- ICanBoogie\ActiveRecord\RecordNotFound
Methods summary
public
|
#
__construct( string $message, array $records, integer $code = 404,
Initializes the $records property. |
public
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()