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