/var/www/html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php


1
2
3
4
5
6
7
8
9
<?php
namespace Elementor\Core\Experiments\Exceptions;

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

class 
Dependency_Exception extends \Exception {
}