Documentation

ErrorToExceptionHandler
in package

Table of Contents

$lastSilencedError  : ErrorRecord|null
clearLastSilencedError()  : void
getAndClearLastSilencedError()  : ErrorRecord
getLastSilencedError()  : ErrorRecord
handle()  : bool
set()  : void
Shorthand method to set the error-to-exception error handler.
__construct()  : mixed

Properties

Methods

handle()

public static handle(int $severity, string $message, string $file, int $line) : bool
Parameters
$severity : int
$message : string
$file : string
$line : int
Tags
throws
ErrorException
Return values
bool

set()

Shorthand method to set the error-to-exception error handler.

public static set() : void
Return values
void

Search results