• File: fatal-error.php
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php
  • Date Modified: 02/18/2026 4:17 AM
  • 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 {}