XmlEntityException.php 195 B

12345678910111213
  1. <?php
  2. namespace PicoFeed\Parser;
  3. /**
  4. * XmlEntityException Exception.
  5. *
  6. * @package PicoFeed\Parser
  7. * @author Bernhard Posselt
  8. */
  9. class XmlEntityException extends MalformedXmlException
  10. {
  11. }