openstamanager/app/LaravelGettext/Exceptions/LocaleNotSupportedException...

11 lines
122 B
PHP

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