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

14 lines
195 B
PHP

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