MaxRedirectException.php 165 B

123456789101112
  1. <?php
  2. namespace PicoFeed\Client;
  3. /**
  4. * MaxRedirectException Exception.
  5. *
  6. * @author Frederic Guillot
  7. */
  8. class MaxRedirectException extends ClientException
  9. {
  10. }