summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Parser/XmlEntityException.php
blob: f3f914d522b8854bf3be16ea348d8f1b37abf65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace PicoFeed\Parser;

/**
 * XmlEntityException Exception.
 *
 * @author  Bernhard Posselt
 */
class XmlEntityException extends MalformedXmlException
{
}