/var/www/html_de/wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php


1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Elementor\Modules\Variables\Storage\Exceptions;

use 
Exception;

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

class 
FatalError extends Exception {}