JezK
Edit File: TooManyRedirectsException.php
<?php declare(strict_types=1); namespace GuzzleHttp\Exception; /** * Exception thrown when redirect middleware reaches the redirect limit. */ class TooManyRedirectsException extends ResponseException { }