mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-09 09:45:34 +08:00
initial 2.0.0-a2 commit
This commit is contained in:
12
src/ZM/Exception/InterruptException.php
Normal file
12
src/ZM/Exception/InterruptException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Exception;
|
||||
|
||||
|
||||
use Exception;
|
||||
|
||||
class InterruptException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user