OwlCyberSecurity - MANAGER
Edit File: record-not-found.php
<?php namespace Elementor\Modules\Variables\Storage\Exceptions; use Exception; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class RecordNotFound extends Exception {}