<?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 limit is reached on adding video
 *
 * @author David Epely <depely@prestaconcept.net>
 */
class GoogleVideoUrlException extends Exception
{
}
