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