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