RateLimitException

fun RateLimitException(    stripeError: StripeError? = null,     requestId: String? = null,     message: String? = stripeError?.message,     cause: Throwable? = null)