File "ExportException.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/libraries/classes/Exceptions/ExportException.php
File size: 183 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php
/**
 * Export exception
 */

declare(strict_types=1);

namespace PhpMyAdmin\Exceptions;

use Exception;

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

PHP File Manager