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