Files
kiri-core/System/Exception/ConfigException.php
T
2020-09-04 00:41:33 +08:00

11 lines
87 B
PHP

<?php
namespace Snowflake\Exception;
class ConfigException extends \Exception
{
}