1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 04:20:50 +01:00
openstamanager/app/LaravelGettext/Exceptions/MissingPhpGettextModuleException.php

11 lines
127 B
PHP
Raw Permalink Normal View History

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