?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/php-http/client-common/src/Exception/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/php-http/client-common/src

?? Viewing: LoopException.php

<?php

declare(strict_types=1);

namespace Http\Client\Common\Exception;

use Http\Client\Exception\RequestException;

/**
 * Thrown when the Plugin Client detects an endless loop.
 *
 * @author Joel Wurtz <joel.wurtz@gmail.com>
 */
final class LoopException extends RequestException
{
}


??

??