BiliHelper-personal/src/exception/SingletonException.php
2021-08-22 14:54:27 +08:00

19 lines
267 B
PHP

<?php
/**
* Website: https://mudew.com/
* Author: Lkeme
* License: The MIT License
* Email: Useri@live.cn
* Updated: 2021 ~ 2022
*/
declare(strict_types=1);
namespace BiliHelper\Exceptions;
use Exception;
class SingletonException extends Exception
{
}