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 Wed, 22 Jul 2026 14:10:08 +0000