Methods summary
public static
|
#
exception( Exception $exception, boolean $trace = true )
Handle an exception and display the exception report.
Handle an exception and display the exception report.
Parameters
- $exception
Exception
$exception
- $trace
boolean $trace
|
public static
|
#
native( integer $code, string $error, string $file, integer $line )
Handle a native PHP error as an ErrorException.
Handle a native PHP error as an ErrorException.
Parameters
- $code
integer $code
- $error
string $error
- $file
string $file
- $line
integer $line
|
public static
|
#
shutdown( )
Handle the PHP shutdown event.
Handle the PHP shutdown event.
|
public static
|
|