mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-12 01:38:02 +08:00
b2dafe9e5e
* fix Undefined index: BootJs Notice
10 lines
182 B
PHP
10 lines
182 B
PHP
<?php
|
|
|
|
namespace MailSo\Poppassd\Exceptions;
|
|
|
|
/**
|
|
* @category MailSo
|
|
* @package Poppassd
|
|
* @subpackage Exceptions
|
|
*/
|
|
class Exception extends \MailSo\Base\Exceptions\Exception {}
|