File "dependency-exception.php"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php
File size: 177 bytes
MIME-type: text/x-php
Charset: utf-8

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

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

class Dependency_Exception extends \Exception {
}