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

11 lines
156 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace StaticPHP\Exception;
class RegistryException extends SPCException
{
protected bool $simple_output = true;
}