mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
11 lines
122 B
PHP
11 lines
122 B
PHP
<?php
|
|
|
|
namespace App\LaravelGettext\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class LocaleFileNotFoundException extends Exception
|
|
{
|
|
|
|
}
|