engelsystem/src/Helpers/Translation/TranslationNotFound.php

10 lines
115 B
PHP

<?php
namespace Engelsystem\Helpers\Translation;
use Exception;
class TranslationNotFound extends Exception
{
}