mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
9 lines
117 B
PHP
9 lines
117 B
PHP
<?php
|
|
|
|
namespace Alchemy\Phrasea\Command\Thesaurus\Translator;
|
|
|
|
class ConfigurationException extends \Exception
|
|
{
|
|
|
|
}
|