Sjaakmoes/Dotapi2

View on GitHub
src/Dotapi2/Exceptions/ThrottleException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Dotapi2\Exceptions;

/**
 * Gets thrown when the Steam API throttles your request.
 * Currently not used.
 *
 * @author Freek Post <freek@kobalt.blue>
 * @package Dotapi2\Exceptions
 */
class ThrottleException extends RequestException{}