This commit is contained in:
crazywhalecc
2025-11-30 15:35:04 +08:00
parent f6c818d3c0
commit 14bfb4198a
179 changed files with 19502 additions and 655 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace StaticPHP\Exception;
/**
* Exception for internal errors or vendor wrong usage in SPC.
*
* This exception is thrown when an unexpected internal error or vendor wrong usage occurs within the SPC framework.
*/
class SPCInternalException extends SPCException {}