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

13 lines
167 B
PHP
Raw Normal View History

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