miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php
2015-10-19 22:49:30 -04:00

13 lines
167 B
PHP

<?php
namespace PicoFeed\Parser;
/**
* MalformedXmlException Exception.
*
* @author Frederic Guillot
*/
class MalformedXmlException extends ParserException
{
}