File "dependency-exception.php"

Full path: /home/capoeirajd/www/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php
File size: 178 B (178 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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

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

class Dependency_Exception extends \Exception {
}