|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| __toString () | |
| getCode () | |
| getFile () | |
| getLine () | |
| getMessage () | |
| getTrace () | |
| getTraceAsString () | |
Protected Attributes | |
| $code | |
| $file | |
| $line | |
| $message | |
Exception thrown to indicate an unexpected value.
Typically this happens when a function calls another function and espects the return value to be of a certain type or value not including arithmetic or buffer related errors.
| Exception::__toString | ( | ) | [inherited] |
| Exception::getCode | ( | ) | [final, inherited] |
| Exception::getFile | ( | ) | [final, inherited] |
| Exception::getLine | ( | ) | [final, inherited] |
| Exception::getMessage | ( | ) | [final, inherited] |
| Exception::getTrace | ( | ) | [final, inherited] |
| Exception::getTraceAsString | ( | ) | [final, inherited] |
Exception::$code [protected, inherited] |
The code passed to the constructor.
Definition at line 267 of file spl.php.
Referenced by Exception\__construct().
Exception::$file [protected, inherited] |
Exception::$line [protected, inherited] |
Exception::$message [protected, inherited] |
The exception message.
Definition at line 261 of file spl.php.
Referenced by Exception\__construct().
1.7.5.1