PATH:
home
/
hunkmedicalstaff
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
experiments
/
exceptions
<?php namespace Elementor\Core\Experiments\Exceptions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Dependency_Exception extends \Exception { }
[-] dependency-exception.php
[edit]
[+]
..