mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-09 23:43:44 +08:00
10 lines
193 B
PHP
10 lines
193 B
PHP
<?php
|
|
|
|
namespace MailSo\Poppassd\Exceptions;
|
|
|
|
/**
|
|
* @category MailSo
|
|
* @package Poppassd
|
|
* @subpackage Exceptions
|
|
*/
|
|
class RuntimeException extends \MailSo\Poppassd\Exceptions\Exception {}
|