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