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

16 lines
179 B
PHP

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