|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| __toString () | |
| getCode () | |
| getFile () | |
| getLine () | |
| getMessage () | |
| getTrace () | |
| getTraceAsString () | |
Protected Attributes | |
| $code | |
| $file | |
| $line | |
| $message | |
Exception thrown when a function call was illegal.
|
inherited |
Definition at line 341 of file spl.php.
References Exception\$string.
|
finalinherited |
Definition at line 307 of file spl.php.
References Exception\$code.
|
finalinherited |
Definition at line 314 of file spl.php.
References Exception\$file.
|
finalinherited |
Definition at line 321 of file spl.php.
References Exception\$line.
|
finalinherited |
Definition at line 300 of file spl.php.
References Exception\$message.
|
finalinherited |
Definition at line 328 of file spl.php.
References Exception\$trace.
|
finalinherited |
|
protectedinherited |
The code passed to the constructor.
Definition at line 267 of file spl.php.
Referenced by Exception\__construct(), and Exception\getCode().
|
protectedinherited |
The file name where the exception was instantiated.
Definition at line 270 of file spl.php.
Referenced by Exception\getFile().
|
protectedinherited |
The line number where the exception was instantiated.
Definition at line 273 of file spl.php.
Referenced by Exception\getLine().
|
protectedinherited |
The exception message.
Definition at line 261 of file spl.php.
Referenced by Exception\__construct(), and Exception\getMessage().
1.8.5