EmptyRingException.php 87 B

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