Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TooManyRedirectsException.php « Exception « src « guzzle « guzzlehttp « vendor « server - github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b60a9678d650676bdecd6fab6740d0f9a39e7849 (plain)
1
2
3
4
<?php
namespace GuzzleHttp\Exception;

class TooManyRedirectsException extends RequestException {}