miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlEntityException.php

13 lines
167 B
PHP
Raw Normal View History

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