1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00
openstamanager/app/LaravelGettext/Exceptions/LocaleFileNotFoundException.php

11 lines
122 B
PHP
Raw Normal View History

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