static-php-cli/src/StaticPHP/Exception/SPCInternalException.php

13 lines
307 B
PHP
Raw Normal View History

2025-11-30 15:35:04 +08:00
<?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 {}