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

@@ -4,6 +4,9 @@ declare(strict_types=1);
namespace ZM\Exception;
/**
* 初始化命令(./zhamao init出现的错误
*/
class InitException extends ZMException
{
}