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

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

- Page: https://pluginprobe.com/plugins/xspeed/1.3.4/code/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php
- Raw: https://pluginprobe.com/plugins/xspeed/1.3.4/raw/vendor/matthiasmullie/minify/src/Exceptions/BasicException.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/BasicException.php#L10-L20`.

```php
<?php

/**
 * Basic 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;

use MatthiasMullie\Minify\Exception;

/**
 * Basic Exception Class.
 *
 * @author Matthias Mullie <minify@mullie.eu>
 */
abstract class BasicException extends Exception {}

```
