Translated using Weblate (Portuguese)
[phpmyadmin.git] / src / Identifiers / InvalidIdentifier.php
blobf809b1ccbfc91d5c481bfb1f37fcd15b4881bd2c
1 <?php
3 declare(strict_types=1);
5 namespace PhpMyAdmin\Identifiers;
7 use InvalidArgumentException;
9 class InvalidIdentifier extends InvalidArgumentException