• File: fatal-error.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php
  • Date Modified: 06/10/2025 1:36 PM
  • File size: 192 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 FatalError extends Exception {}