Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace GuzzleHttp\Exception; class TooManyRedirectsException extends RequestException { }
<?php
namespace GuzzleHttp\Exception;
class TooManyRedirectsException extends RequestException
{
}