Add extension configure tests

This commit is contained in:
crazywhalecc
2024-12-05 15:48:09 +08:00
committed by Jerry Ma
parent 64258e3513
commit 45bdb6a66b
5 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
namespace SPC\exception;
class InterruptException extends \Exception {}