openstamanager/app/LaravelGettext/Exceptions/FileCreationException.php

11 lines
116 B
PHP

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