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