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

14 lines
195 B
PHP
Raw Normal View History

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