openstamanager/app/LaravelGettext/Exceptions/LocaleFileNotFoundException...

11 lines
122 B
PHP

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