13 lines
184 B
PHP
13 lines
184 B
PHP
<?php
|
|
|
|
namespace PicoFeed\Parser;
|
|
|
|
/**
|
|
* MalformedXmlException Exception
|
|
*
|
|
* @author Frederic Guillot
|
|
* @package Parser
|
|
*/
|
|
class MalformedXmlException extends ParserException
|
|
{
|
|
} |