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