1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-19 21:10:49 +01:00
openstamanager/app/LaravelGettext/Exceptions/RequiredConfigurationFileException.php

11 lines
129 B
PHP
Raw Normal View History

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