mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Add skip helper function for calling events
This commit is contained in:
7
src/StaticPHP/Exception/SkipException.php
Normal file
7
src/StaticPHP/Exception/SkipException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Exception;
|
||||
|
||||
class SkipException extends SPCException {}
|
||||
Reference in New Issue
Block a user