OwlCyberSecurity - MANAGER
Edit File: MissingParameterException.php
<?php declare(strict_types = 1); namespace MailPoet\Doctrine\WPDB\Exceptions; if (!defined('ABSPATH')) exit; use Exception; class MissingParameterException extends Exception { }