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