mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
Refactor all exception classes, remove unclear RuntimeException, InvalidArgumentException
This commit is contained in:
@@ -4,4 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace SPC\exception;
|
||||
|
||||
class InterruptException extends \Exception {}
|
||||
/**
|
||||
* Exception caused by manual intervention.
|
||||
*/
|
||||
class InterruptException extends SPCException {}
|
||||
|
||||
Reference in New Issue
Block a user