1: <?php 2: 3: namespace Guzzle\Http\Exception; 4: 5: class TooManyRedirectsException extends BadResponseException {} 6: