Files
kupshop/bundles/KupShop/I18nBundle/Exception/TranslationException.php
2025-08-02 16:30:27 +02:00

8 lines
98 B
PHP

<?php
namespace KupShop\I18nBundle\Exception;
class TranslationException extends \Exception
{
}