class AbstractErrorException extends ErrorException

An abstract base class for implementing extensions to the built-in error exception.

Methods

__construct( string $message, integer $severity, string $path, integer $lineNumber, Exception $previous = null)

Construct a new error exception.

Details

at line 33
__construct( string $message, integer $severity, string $path, integer $lineNumber, Exception $previous = null)

Construct a new error exception.

Parameters

string $message The error message.
integer $severity The error severity.
string $path The path to the file in which the error occurred.
integer $lineNumber The line number on which the error occurred.
Exception $previous The cause, if available.