View file vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php

File size: 101B
<?php

namespace GuzzleHttp\Exception;

class TooManyRedirectsException extends RequestException
{
}