openstamanager/app/LaravelGettext/Exceptions/MissingPhpGettextModuleExce...

11 lines
127 B
PHP

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