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

11 lines
128 B
PHP
Raw Normal View History

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