mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
13 lines
146 B
PHP
13 lines
146 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace ZM\Exception;
|
|
|
|
/**
|
|
* 插件加载器出现的错误
|
|
*/
|
|
class PluginException extends ZMException
|
|
{
|
|
}
|