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 Tue, 21 Apr 2026 04:00:25 +0000