Translated using Weblate (Portuguese)
[phpmyadmin.git] / src / Exceptions / ExportException.php
blobc40557703c7ed5a2493d076482d231199e099e3a
1 <?php
2 /**
3 * Export exception
4 */
6 declare(strict_types=1);
8 namespace PhpMyAdmin\Exceptions;
10 use Exception;
12 /**
13 * Export exception
15 class ExportException extends Exception