Files
kiri-core/System/Exception/RedisConnectException.php
T

12 lines
118 B
PHP
Raw Normal View History

2020-09-03 18:05:54 +08:00
<?php
2020-10-29 18:17:25 +08:00
declare(strict_types=1);
2020-09-03 18:05:54 +08:00
namespace Snowflake\Exception;
class RedisConnectException extends \Exception
{
}