<?php
namespace App\LaravelGettext\Exceptions;
use Exception;
class RequiredConfigurationKeyException extends Exception
{
}