Class ScopeNotDefined
Exception thrown when a scope is not defined.
- Exception
- ICanBoogie\ActiveRecord\ActiveRecordException
- ICanBoogie\ActiveRecord\ScopeNotDefined
Methods summary
public
|
#
__construct( string $scope_name,
Initializes the $scope_name and $model properties. |
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
|
$scope_name |
|
|
public read-only
|
$model |
|