ErrorHandler
in package
Standalone's custom error handler (was previously in index.php)
Table of Contents
Properties
- $handlingError : bool
Methods
- handleError() : mixed
- setHandler() : void
Properties
$handlingError
protected
static bool
$handlingError
= FALSE
Methods
handleError()
public
static handleError(int $errno, string $errstr, string|null $errfile, int|null $errline) : mixed
Parameters
- $errno : int
- $errstr : string
- $errfile : string|null
- $errline : int|null
setHandler()
public
static setHandler([int $errorLevel = E_ALL ]) : void
Parameters
- $errorLevel : int = E_ALL