snappymail/rainloop/v/1.2.9.424/app/libraries/MailSo/Smtp/Exceptions/NegativeResponseException.php
RainLoop Team b1032fd365 v1.2.9.424
2013-10-04 23:55:47 +04:00

10 lines
198 B
PHP

<?php
namespace MailSo\Smtp\Exceptions;
/**
* @category MailSo
* @package Smtp
* @subpackage Exceptions
*/
class NegativeResponseException extends \MailSo\Smtp\Exceptions\ResponseException {}