<?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;

/**
 * Exception used when some limits are reached in a news url.
 *
 * @author Christoph Foehrdes
 */
class GoogleNewsUrlException extends Exception
{
}
