# elementor/3.35.0-dev2/core/experiments/exceptions/dependency-exception.php

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

- Page: https://pluginprobe.com/plugins/elementor/3.35.0-dev2/code/core/experiments/exceptions/dependency-exception.php
- Raw: https://pluginprobe.com/plugins/elementor/3.35.0-dev2/raw/core/experiments/exceptions/dependency-exception.php
- Modified: 2025-03-17T13:28:54+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.0-dev2/code/core/experiments/exceptions/dependency-exception.php#L10-L20`.

```php
<?php
namespace Elementor\Core\Experiments\Exceptions;

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

class Dependency_Exception extends \Exception {
}

```
