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=0 [, Exception $previous=NULL ]]] )

Erstellt die Exception.

Parameter-Liste

message

Die auszugebende Beschreibung der Exception.

code

Die Fehlernummer der Exception.

previous

Die vorangegangene Exception, die für Exception-Verkettung verwendet werden soll.

Changelog

Version Beschreibung
5.3.0 Der Parameter previous wurde hinzugefügt.


Exception
PHP Manual