summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Client/MaxRedirectException.php
blob: 0a221af654e5645b6bc5f173ee0879da9c7fb93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace PicoFeed\Client;

/**
 * MaxRedirectException Exception.
 *
 * @author  Frederic Guillot
 */
class MaxRedirectException extends ClientException
{
}