mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 02:06:08 +01:00
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
|
||
|
|
{
|
||
|
|
}
|