Exception
PHP Manual

Exception::__construct

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

Exception::__constructConstruit l'exception

Description

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

Construit l'exception.

Liste de paramètres

message

Le message de l'exception à lancer.

code

Le code de l'exception.


Exception
PHP Manual