14 lines
195 B
PHP
Raw Normal View History

2015-12-15 19:26:15 -05:00
<?php
namespace PicoFeed\Parser;
/**
* XmlEntityException Exception.
*
2016-07-28 21:14:51 -04:00
* @package PicoFeed\Parser
2015-12-15 19:26:15 -05:00
* @author Bernhard Posselt
*/
class XmlEntityException extends MalformedXmlException
{
}