<?php

namespace PicoFeed\Parser;

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