SubscriptionNotFoundException.php 183 B

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