# shopbuilder/3.2.6/vendor/matthiasmullie/minify/src/Exception.php

ShopBuilder – WooCommerce Builder For Elementor, version 3.2.6. 21 lines.

- Page: https://pluginprobe.com/plugins/shopbuilder/3.2.6/code/vendor/matthiasmullie/minify/src/Exception.php
- Raw: https://pluginprobe.com/plugins/shopbuilder/3.2.6/raw/vendor/matthiasmullie/minify/src/Exception.php
- Modified: 2026-04-12T06:42:22+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/shopbuilder/3.2.6/code/vendor/matthiasmullie/minify/src/Exception.php#L10-L20`.

```php
<?php

/**
 * Base Exception.
 *
 * @deprecated Use Exceptions\BasicException instead
 *
 * @author Matthias Mullie <minify@mullie.eu>
 */

namespace MatthiasMullie\Minify;

/**
 * Base Exception Class.
 *
 * @deprecated Use Exceptions\BasicException instead
 *
 * @author Matthias Mullie <minify@mullie.eu>
 */
abstract class Exception extends \Exception {}

```
