Class RecordNotFound
Exception thrown when one or several records cannot be found.
- Exception implements Throwable
- ┗ LogicException
- ┗ ICanBoogie\ActiveRecord\RecordNotFound implements ICanBoogie\ActiveRecord\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public
__construct( string $message
, array $records
= [], integer $code
= 404, ICanBoogie\ActiveRecord\Exception
$previous
= null )
Initializes the $records property.
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message