static-php-cli/src/SPC/exception/InterruptException.php

8 lines
106 B
PHP
Raw Normal View History

2024-12-05 15:48:09 +08:00
<?php
declare(strict_types=1);
namespace SPC\exception;
class InterruptException extends \Exception {}