Sfoglia il codice sorgente

Fix namespacing issues with Predis\ClientException.

Daniele Alessandri 14 anni fa
parent
commit
21c959a451
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;