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