mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Add simple output handling to exception classes
This commit is contained in:
@@ -4,4 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Exception;
|
||||
|
||||
class RegistryException extends SPCException {}
|
||||
class RegistryException extends SPCException
|
||||
{
|
||||
protected bool $simple_output = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user