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
199 throw new CodeException('220', $code, array_pop($this->resultStack));
211 * @throws CodeException
218 throw new CodeException('250', $code, array_pop($this->resultStack));
229 * @throws CodeException
243 throw new CodeException('334', $code, array_pop($this->resultStack));
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DCodeException.php29 class CodeException extends SMTPException class