OwlCyberSecurity - MANAGER
Edit File: ContainerException.php
<?php namespace Automattic\WooCommerce\Vendor\League\Container\Exception; use Automattic\WooCommerce\Vendor\Psr\Container\ContainerExceptionInterface; use RuntimeException; class ContainerException extends RuntimeException implements ContainerExceptionInterface { }