• File: invalid-variable.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/elementor/modules/variables/storage/exceptions/invalid-variable.php
  • Date Modified: 03/30/2026 1:49 PM
  • File size: 197 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Elementor\Modules\Variables\Storage\Exceptions;

use Exception;

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

class InvalidVariable extends Exception {}