mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-26 14:31:22 +08:00
19 lines
267 B
PHP
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
|
|
{
|
|
|
|
} |