mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
v3 base
This commit is contained in:
12
src/StaticPHP/Exception/SPCInternalException.php
Normal file
12
src/StaticPHP/Exception/SPCInternalException.php
Normal 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 {}
|
||||
Reference in New Issue
Block a user