File "LoopException.php"

Full Path: /var/www/drive/php-http/client-common/src/Exception/LoopException.php
File size: 288 bytes
MIME-type: text/x-php
Charset: utf-8

<?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
{
}