mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-26 08:38:22 +08:00
19 lines
396 B
PHP
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 {}
|