Translated using Weblate (Portuguese)
[phpmyadmin.git] / src / Exceptions / UnsupportedLanguageCode.php
blobbdc2386f797a0f62b3063b212e3623bff0967a06
1 <?php
3 declare(strict_types=1);
5 namespace PhpMyAdmin\Exceptions;
7 use Exception;
9 class UnsupportedLanguageCode extends Exception