PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ErrorException::getSeverity> <ErrorException
Last updated: Fri, 05 Sep 2008

view this page in

ErrorException::__construct

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

ErrorException::__constructConstruct the exception

Description

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

Constructs the Exception.

Parameters

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.



add a note add a note User Contributed Notes
ErrorException::__construct
There are no user contributed notes for this page.

ErrorException::getSeverity> <ErrorException
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites