mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-30 10:37:54 +08:00
10 lines
186 B
PHP
10 lines
186 B
PHP
<?php
|
|
|
|
namespace MailSo\Mail\Exceptions;
|
|
|
|
/**
|
|
* @category MailSo
|
|
* @package Mail
|
|
* @subpackage Exceptions
|
|
*/
|
|
class NonEmptyFolder extends \MailSo\Mail\Exceptions\RuntimeException {}
|