Class Exception
- Exception
-
ICanBoogie\Exception
Direct known subclasses
Methods summary
public
|
|
public
mixed
|
#
__get( string $property )
Returns the read-only properties |
public
|
|
public
|
|
public
|
Methods inherited from Exception
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Magic methods summary
Properties summary
protected
mixed
|
$code | |
public
string
|
$title |
Properties inherited from Exception
Magic properties
public read-only
integer
|
$code | |
#
The code of the exception that can be used as HTTP status code. |
public read-only
string
|
$message | |
#
The message of the exception. |