Method | Description | |
---|---|---|
__construct ( string $message = 'Internal Server Error', integer $code, Throwable $previous = null, array $trace = [] ) | Create a Exception | |
formatBackTrace ( ) : string | Format backtrace information | |
handlePHPError ( $errNo, $errStr, $errFile, $errLine ) | ||
handleUncaughtException ( Throwable $instance ) | ||
registerHandler ( ) | Register custom handler for uncaught exception and errors |
public formatBackTrace ( ) : string | ||
return | string | Formatted backtrace information |
public static handlePHPError ( $errNo, $errStr, $errFile, $errLine ) |
public static handleUncaughtException ( Throwable $instance ) | ||
$instance | Throwable | Exception or Error instance |
public static registerHandler ( ) |