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

13 lines
184 B
PHP
Raw Normal View History

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