Exception
PHP Manual

Exception::__construct

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

Exception::__constructErstellt die Exception

Beschreibung

public Exception::__construct ([ string $message [, int $code ]] )

Erstellt die Exception.

Parameter-Liste

message

Die auszugebende Beschreibung der Exception.

code

Die Fehlernummer der Exception.


Exception
PHP Manual