snappymail/rainloop/v/0.0.0/app/libraries/MailSo/Pop3/Exceptions/NegativeResponseException.php
2014-10-17 14:15:19 +04:00

19 lines
396 B
PHP

<?php
/*
* This file is part of MailSo.
*
* (c) 2014 Usenko Timur
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace MailSo\Pop3\Exceptions;
/**
* @category MailSo
* @package Pop3
* @subpackage Exceptions
*/
class NegativeResponseException extends \MailSo\Pop3\Exceptions\ResponseException {}