Home
last modified time | relevance | path

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

/plugin/swiftmail/
H A DSwift.php240 * @throws Swift_BadResponseException If the code does not match
250 throw new Swift_BadResponseException($error);
388 } catch (Swift_BadResponseException $e) {
403 } catch (Swift_BadResponseException $e) {
429 } catch (Swift_BadResponseException $e) {
451 } catch (Swift_BadResponseException $e) {
/plugin/swiftmail/Swift/
H A DBadResponseException.php20 class Swift_BadResponseException extends Swift_ConnectionException class