<?php

/**
 * This file is part of the PrestaSitemapBundle package.
 *
 * (c) PrestaConcept <www.prestaconcept.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Presta\SitemapBundle\Exception;

/**
 * Base Exception for Sitemap
 *
 * @author David Epely <depely@prestaconcept.net>
 */
class Exception extends \RuntimeException
{
}
