(PHP 5 >= 5.1.0, PHP 7)
Constructs the exception
public ErrorException::__construct ([ string $message = "" [, int $code = 0 [, int $severity = 1 [, string $filename = __FILE__ [, int $lineno = __LINE__ [, Exception $previous = NULL ]]]]]] )
Constructs the Exception.
Parameters:
message
The Exception message to throw.
code
The Exception code.