mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-09 07:24:03 +08:00
11 lines
198 B
PHP
11 lines
198 B
PHP
|
<?php
|
||
|
|
||
|
namespace MailSo\Pop3\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* @category MailSo
|
||
|
* @package Pop3
|
||
|
* @subpackage Exceptions
|
||
|
*/
|
||
|
class NegativeResponseException extends \MailSo\Pop3\Exceptions\ResponseException {}
|