Méthode | Description | |
---|---|---|
__construct ( string $Message, $Code = 400, Exception $Previous = null ) | Constructs the Gdn_ApplicationException. |
public __construct ( string $Message, $Code = 400, Exception $Previous = null ) | ||
$Message | string | A user readable message for the exception. |
$Previous | Exception | The previous exception used for exception chaining. |