File "fatal-error.php"

Full path: /home/sbkuplnl/public_html/wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php
File size: 0.19 KB (192 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

namespace Elementor\Modules\Variables\Storage\Exceptions;

use Exception;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class FatalError extends Exception {}