ErrorException
PHP 手册

ErrorException::__construct

(No version information available, might be only in CVS)

ErrorException::__constructConstruct the exception

说明

public ErrorException::__construct ([ string $message [, int $code [, int $severity [, string $filename [, int $lineno ]]]]] )

Constructs the Exception.

参数

message

The Exception message to throw.

code

The Exception code.

severity

The severity level of the exception.

filename

The filename where the exception is thrown.

lineno

The line number where the exception is thrown.


ErrorException
PHP 手册