Files
zhamao-framework/src/ZM/Exception/InitException.php
2022-12-18 18:33:51 +08:00

13 lines
163 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
namespace ZM\Exception;
/**
* 初始化命令(./zhamao init出现的错误
*/
class InitException extends ZMException
{
}