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