Class FatalErrorException (namespace Nette)
The exception that indicates errors that can not be recovered from. Execution of the script should be halted.
Exception | --FatalErrorException
| Public Method Summary | |
|---|---|
| FatalErrorException |
__construct
($message, $code, $severity, $file, $line, $context)
|
| void |
getSeverity
()
|
| Methods Inherited From Exception (Internal Class) |
|---|
| constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( ) |
| Variable Summary |
|---|
| Method Details | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 157 __constructpublic FatalErrorException __construct ($message, $code, $severity, $file, $line, $context)
|
|||||||||||||||||||||||||||
|
line 169 getSeveritypublic void getSeverity ()
|
|||||||||||||||||||||||||||
