Class FatalErrorException (namespace Nette)


The exception that indicates errors that can not be recovered from. Execution of the script should be halted.

Exception
   |
   --FatalErrorException
Located: in /exceptions.php (line 151)
Public Method Summary
FatalErrorException
__construct ($message, $code, $severity, $file, $line, $context)
void
Methods Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( )
Variable Summary

Method Details

line 157

__construct

public FatalErrorException __construct ($message, $code, $severity, $file, $line, $context)

Input
$message
$code
$severity
$file
$line
$context
Output
FatalErrorException  

line 169

getSeverity

public void getSeverity ()

Output
void