JezK
Edit File: GuzzleException.php
<?php declare(strict_types=1); namespace GuzzleHttp\Exception; use Psr\Http\Client\ClientExceptionInterface; interface GuzzleException extends ClientExceptionInterface { }