RateLimitException

fun RateLimitException(message: String?)

Create an instance of this class with the given message

Parameters

message

The message for the exception

fun RateLimitException(throwable: Throwable)

Create an instance of this class with the given throwable

Parameters

throwable

The throwable for the exception