openstamanager/app/LaravelGettext/Exceptions/RequiredConfigurationKeyExc...

11 lines
128 B
PHP

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