Files
zhamao-framework/src/ZM/Exception/InitException.php

10 lines
78 B
PHP
Raw Normal View History

2021-07-04 15:45:30 +08:00
<?php
namespace ZM\Exception;
class InitException extends ZMException
{
}