13 lines
167 B
PHP
Raw Normal View History

2015-12-15 19:26:15 -05:00
<?php
namespace PicoFeed\Parser;
/**
* XmlEntityException Exception.
*
* @author Bernhard Posselt
*/
class XmlEntityException extends MalformedXmlException
{
}