R6API/Client

View on GitHub
src/Exception/TooManyRequests.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace R6API\Client\Exception;

/**
 * Exception when too much requests are sent to the API.
 *
 * @author Baptiste Leduc <baptiste.leduc@gmail.com>
 */
class TooManyRequests extends HttpException
{
}