# elementor/3.35.8/modules/variables/storage/exceptions/fatal-error.php

Elementor Website Builder – more than just a page builder, version 3.35.8. 12 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.35.8/code/modules/variables/storage/exceptions/fatal-error.php
- Raw: https://pluginprobe.com/plugins/elementor/3.35.8/raw/modules/variables/storage/exceptions/fatal-error.php
- Modified: 2025-06-10T09:36: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/3.35.8/code/modules/variables/storage/exceptions/fatal-error.php#L10-L20`.

```php
<?php

namespace Elementor\Modules\Variables\Storage\Exceptions;

use Exception;

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

class FatalError extends Exception {}

```
