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

14 lines
195 B
PHP
Raw Normal View History

<?php
namespace PicoFeed\Parser;
/**
* MalformedXmlException Exception.
*
2016-07-29 03:14:51 +02:00
* @package PicoFeed\Parser
* @author Frederic Guillot
*/
class MalformedXmlException extends ParserException
{
}