Class ActiveRecordException
Generic Active Record exception class.
- Exception
-
ICanBoogie\ActiveRecord\ActiveRecordException
Direct known subclasses
ICanBoogie\ActiveRecord\ConnectionAlreadyEstablished,
ICanBoogie\ActiveRecord\ConnectionNotDefined,
ICanBoogie\ActiveRecord\ConnectionNotEstablished,
ICanBoogie\ActiveRecord\ModelAlreadyInstantiated,
ICanBoogie\ActiveRecord\ModelNotDefined,
ICanBoogie\ActiveRecord\RecordNotFound,
ICanBoogie\ActiveRecord\ScopeNotDefined,
ICanBoogie\ActiveRecord\StatementInvalid
Methods summary
Methods inherited from Exception
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()