openstamanager/app/LaravelGettext/Exceptions/UndefinedDomainException.php

11 lines
119 B
PHP

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