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