refactor with php-libonebot factory classes

This commit is contained in:
crazywhalecc
2022-12-18 18:33:51 +08:00
parent 3ecd224ce6
commit 39b3a74d34
11 changed files with 191 additions and 72 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace ZM\Exception;
/**
* 插件加载器出现的错误
*/
class PluginException extends ZMException
{
}