File "invalid-variable.php"
Full path: /home/sbkuplnl/public_html/wp-content/plugins/elementor/modules/variables/storage/exceptions/invalid-variable.php
File
size: 0.19 KB (197 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Elementor\Modules\Variables\Storage\Exceptions;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class InvalidVariable extends Exception {}