• File: dependency-exception.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php
  • File size: 178 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 {
}