ClientException.php 76 B

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