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

11 lines
127 B
PHP
Raw Normal View History

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