This commit is contained in:
2020-09-03 18:05:54 +08:00
parent d4d1dd4b2b
commit ba28a1a25b
3 changed files with 17 additions and 2 deletions
@@ -0,0 +1,10 @@
<?php
namespace Snowflake\Exception;
class RedisConnectException extends \Exception
{
}