# xspeed/1.3.4/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php

xSpeed Cache: AI-Powered Performance Hub with MCP, Caching &amp; CDN, version 1.3.4. 21 lines.

- Page: https://pluginprobe.com/plugins/xspeed/1.3.4/code/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php
- Raw: https://pluginprobe.com/plugins/xspeed/1.3.4/raw/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php
- Modified: 2026-06-02T05:31:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/xspeed/1.3.4/code/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php#L10-L20`.

```php
<?php

/**
 * File Import Exception.
 *
 * Please report bugs on https://github.com/matthiasmullie/minify/issues
 *
 * @author Matthias Mullie <minify@mullie.eu>
 * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
 * @license MIT License
 */

namespace MatthiasMullie\Minify\Exceptions;

/**
 * File Import Exception Class.
 *
 * @author Matthias Mullie <minify@mullie.eu>
 */
class FileImportException extends BasicException {}

```
