Home
last modified time | relevance | path

Searched refs:SMTPException (Results 1 – 6 of 6) sorted by relevance

/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php25 use Tx\Mailer\Exceptions\SMTPException; alias
144 * @throws SMTPException
169 * @throws SMTPException
193 * @throws SMTPException
212 * @throws SMTPException
230 * @throws SMTPException
263 * @throws SMTPException
279 * @throws SMTPException
298 * @throws SMTPException
319 * @throws SMTPException
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DCryptoException.php29 class CryptoException extends SMTPException
H A DSendException.php28 class SendException extends SMTPException
H A DSMTPException.php28 class SMTPException extends \Exception class
H A DCodeException.php29 class CodeException extends SMTPException
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php6 use \Tx\Mailer\Exceptions\SMTPException; alias