OwlCyberSecurity - MANAGER
Edit File: ClientExceptionInterface.php
<?php namespace Google\Site_Kit_Dependencies\Psr\Http\Client; /** * Every HTTP client related exception MUST implement this interface. */ interface ClientExceptionInterface extends \Throwable { }