?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2-old/wp-content/plugins/elementor/core/experiments/exceptions/



?? Go up: /home/webdevt/www/demo2-old/wp-content/plugins/elementor/core/experiments

?? Viewing: dependency-exception.php

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

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

class Dependency_Exception extends \Exception {
}


??

??