EmptyRingException.php 87 B

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