File "record-not-found.php"

Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/elementor/modules/variables/storage/exceptions/record-not-found.php
File size: 196 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 RecordNotFound extends Exception {}