Inheritance diagram for UnexpectedValueException:


Public Member Functions | |
| __toString () | |
| getCode () | |
| getFile () | |
| getLine () | |
| getMessage () | |
| getTrace () | |
| getTraceAsString () | |
Protected Attributes | |
| $code | |
| $file | |
| $line | |
| $message | |
Definition at line 464 of file spl.php.
| 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 253 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 247 of file spl.php.
Referenced by Exception::__construct().
1.5.2