ConnectionException.php 131 B

123456789
  1. <?php
  2. namespace Predis\Network;
  3. use Predis\CommunicationException;
  4. class ConnectionException extends CommunicationException
  5. {
  6. }