PredisException.php 80 B

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