14 lines
195 B
PHP
Raw Normal View History

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