openstamanager/app/LaravelGettext/Exceptions/DirectoryNotFoundException.php

11 lines
121 B
PHP

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