PredisException.php 80 B

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