ConnectionException.php 87 B

123456
  1. <?php
  2. namespace Predis;
  3. class ConnectionException extends CommunicationException {
  4. }