File "ExportException.php"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/libraries/classes/Exceptions/ExportException.php
File size: 183 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Export exception
 */

declare(strict_types=1);

namespace PhpMyAdmin\Exceptions;

use Exception;

/**
 * Export exception
 */
class ExportException extends Exception
{
}