Home
last modified time | relevance | path

Searched refs:CryptoException (Results 1 – 2 of 2) sorted by relevance

/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php24 use Tx\Mailer\Exceptions\CryptoException; alias
143 * @throws CryptoException
192 * @throws CryptoException
202 throw new CryptoException("Start TLS failed to enable crypto");
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DCryptoException.php29 class CryptoException extends SMTPException class