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

13 lines
98 B
PHP
Raw Normal View History

2020-09-29 15:07:43 +08:00
<?php
namespace ZM\Exception;
use Exception;
class InterruptException extends Exception
{
}