D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
elementor
/
core
/
experiments
/
exceptions
/
Filename :
dependency-exception.php
back
Copy
<?php namespace Elementor\Core\Experiments\Exceptions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Dependency_Exception extends \Exception { }