PHP Class Backend\Core\Engine\Exception

Inheritance: extends SpoonException
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Méthode Description
__construct ( string $message, integer $code )

Method Details

__construct() public méthode

public __construct ( string $message, integer $code )
$message string The message of the exception.
$code integer The numeric code of the exception.