TooManyRedirects
Less than 1 minute
TooManyRedirects
Exception thrown when an HTTP request exceeds the maximum allowed number of redirects.
class TooManyRedirects extends \Hazaar\HTTP\Exception\ExceptionUsed to indicate that a request is stuck in a redirect loop or has attempted too many redirects, preventing successful completion.
Methods
__construct
Constructs a TooManyRedirects exception with a descriptive error message.
public __construct(): voidThis exception is thrown when a request fails due to excessive redirect attempts.
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000