Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $reason, string $message='', int $code=0, \Throwable $previous=null) | |
getReason () | |
Champs de données | |
const | REASON_USER_DISABLED = 'user_disabled' |
const | REASON_MAIL_FUNCTION_NOT_AVAILABLE = 'mail_function_not_available' |
Attributs privés | |
$reason | |
Exception class defining an error for disabled mail functionality.
__construct | ( | string | $reason, |
string | $message = '' , |
||
int | $code = 0 , |
||
\Throwable | $previous = null |
||
) |
Constructor.
string | $reason | The reason why mail is disabled. |
string | $message | The Exception message to throw. |
integer | $code | The Exception code. |
\Throwable | $previous | The previous exception used for the exception chaining. |
Références $message, et Symfony\Contracts\Service\__construct().
getReason | ( | ) |
Method to return the reason why mail is disabled.
|
private |
const REASON_MAIL_FUNCTION_NOT_AVAILABLE = 'mail_function_not_available' |
Référencé par Mail\Send().
const REASON_USER_DISABLED = 'user_disabled' |
Référencé par Mail\Send().