ConnectionException.php 131 B

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