Browse Source

Fix namespacing issues with Predis\ClientException.

Daniele Alessandri 14 năm trước cách đây
mục cha
commit
21c959a451
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/Predis/Network/PhpiredisConnection.php

+ 1 - 0
lib/Predis/Network/PhpiredisConnection.php

@@ -21,6 +21,7 @@ namespace Predis\Network;
 use Predis\ICommand;
 use Predis\ResponseError;
 use Predis\ResponseQueued;
+use Predis\ClientException;
 use Predis\ServerException;
 use Predis\ConnectionParameters;