# elementor/4.0.0-dev2/modules/variables/storage/exceptions/invalid-variable.php

Elementor Website Builder – more than just a page builder, version 4.0.0-dev2. 12 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.0-dev2/code/modules/variables/storage/exceptions/invalid-variable.php
- Raw: https://pluginprobe.com/plugins/elementor/4.0.0-dev2/raw/modules/variables/storage/exceptions/invalid-variable.php
- Modified: 2026-03-16T14:48:30+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/elementor/4.0.0-dev2/code/modules/variables/storage/exceptions/invalid-variable.php#L10-L20`.

```php
<?php

namespace Elementor\Modules\Variables\Storage\Exceptions;

use Exception;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class InvalidVariable extends Exception {}

```
