8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace KupShop\I18nBundle\Exception;
|
|
|
|
class TranslationException extends \Exception
|
|
{
|
|
}
|