openstamanager/app/LaravelGettext/Exceptions/RequiredConfigurationFileEx...

11 lines
129 B
PHP

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