Files
kiri-core/core/Exception/ConfigException.php
T
2021-08-24 18:10:07 +08:00

16 lines
167 B
PHP

<?php
declare(strict_types=1);
namespace Kiri\Exception;
/**
* Class ConfigException
* @package Kiri\Exception
*/
class ConfigException extends \Exception
{
}