Searched refs:CodeException (Results 1 – 2 of 2) sorted by relevance
23 use Tx\Mailer\Exceptions\CodeException; alias142 * @throws CodeException168 * @throws CodeException182 throw new CodeException('220', $code, array_pop($this->resultStack));191 * @throws CodeException199 throw new CodeException('220', $code, array_pop($this->resultStack));211 * @throws CodeException218 throw new CodeException('250', $code, array_pop($this->resultStack));229 * @throws CodeException243 throw new CodeException('334', $code, array_pop($this->resultStack));[all …]
29 class CodeException extends SMTPException class