UnsupportedFeedFormatException.php 185 B

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