mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-27 17:18:24 +08:00
11 lines
181 B
PHP
11 lines
181 B
PHP
|
<?php
|
||
|
|
||
|
namespace MailSo\Mail\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* @category MailSo
|
||
|
* @package Mail
|
||
|
* @subpackage Exceptions
|
||
|
*/
|
||
|
class RuntimeException extends \MailSo\Mail\Exceptions\Exception {}
|