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

11 lines
160 B
PHP

<?php
declare(strict_types=1);
namespace SPC\exception;
/**
* Exception caused by manual intervention.
*/
class InterruptException extends SPCException {}