Files
kiri-core/kiri-engine/Exception/ConfigException.php
T
2022-01-09 03:50:38 +08:00

16 lines
182 B
PHP

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