Home
last modified time | relevance | path

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

/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php23 use Tx\Mailer\Exceptions\CodeException; alias
142 * @throws CodeException
168 * @throws CodeException
182 throw new CodeException('220', $code, array_pop($this->resultStack));
191 * @throws CodeException
211 * @throws CodeException
229 * @throws CodeException
262 * @throws CodeException
278 * @throws CodeException
297 * @throws CodeException
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DCodeException.php29 class CodeException extends SMTPException class