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