mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
refactor with php-libonebot factory classes
This commit is contained in:
12
src/ZM/Exception/PluginException.php
Normal file
12
src/ZM/Exception/PluginException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZM\Exception;
|
||||
|
||||
/**
|
||||
* 插件加载器出现的错误
|
||||
*/
|
||||
class PluginException extends ZMException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user