* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShopBundle\Routing\Converter\Exception; /** * Class AlreadyConvertedException is thrown when trying to converting * an already converted url. Thus you can detect no redirection is needed * and avoid an infinite loop. */ class AlreadyConvertedException extends RoutingException { }