Files
kiri-core/System/Exception/ConfigException.php
T
2020-10-29 18:17:25 +08:00

12 lines
112 B
PHP

<?php
declare(strict_types=1);
namespace Snowflake\Exception;
class ConfigException extends \Exception
{
}