mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
11 lines
121 B
PHP
11 lines
121 B
PHP
<?php
|
|
|
|
namespace App\LaravelGettext\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class DirectoryNotFoundException extends Exception
|
|
{
|
|
|
|
}
|