| Current Path : /proc/self/cwd/wp-content/plugins/elementor/modules/variables/storage/exceptions/ |
| Current File : //proc/self/cwd/wp-content/plugins/elementor/modules/variables/storage/exceptions/fatal-error.php |
<?php
namespace Elementor\Modules\Variables\Storage\Exceptions;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class FatalError extends Exception {}