PredisException.php 115 B

1234567
  1. <?php
  2. namespace Predis;
  3. abstract class PredisException extends \Exception {
  4. // Base Predis exception class
  5. }