ClientException.php 76 B

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