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