Add skip helper function for calling events

This commit is contained in:
crazywhalecc
2026-01-26 00:43:57 +08:00
parent c27ed8b0b4
commit a709221223
3 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
namespace StaticPHP\Exception;
class SkipException extends SPCException {}