mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 07:15:35 +08:00
v3 base
This commit is contained in:
10
src/StaticPHP/Exception/InterruptException.php
Normal file
10
src/StaticPHP/Exception/InterruptException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Exception;
|
||||
|
||||
/**
|
||||
* Exception caused by manual intervention.
|
||||
*/
|
||||
class InterruptException extends SPCException {}
|
||||
Reference in New Issue
Block a user