Rate Limit Exception
class RateLimitException(message: String, val isGlobal: Boolean = false, val retryAfter: Long? = null) : HypixelException
Thrown when the API rate limit has been exceeded.
Thrown when the API rate limit has been exceeded.