blob: 1188217d6633603f4e3c1d488d492ceb495a85cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
namespace PicoFeed\Parser;
/**
* XmlEntityException Exception.
*
* @package PicoFeed\Parser
* @author Bernhard Posselt
*/
class XmlEntityException extends MalformedXmlException
{
}
|