PHP Class Backend\Core\Engine\Exception

Inheritance: extends SpoonException
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
__construct ( string $message, integer $code )

Method Details

__construct() public method

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