File "type-mismatch.php"

Full Path: /home/naijiwfb/sabisentinel.com/wp-content/plugins/elementor/modules/variables/storage/exceptions/type-mismatch.php
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 {}