• File: type-mismatch.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/elementor/modules/variables/storage/exceptions/type-mismatch.php
  • Date Modified: 02/02/2026 2:52 PM
  • File size: 195 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 Type_Mismatch extends Exception {}