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