RateLimitExceededException constructor

const RateLimitExceededException(
  1. XRPCResponse<XRPCError> response
)

Returns the new instance of RateLimitExceededException.

Implementation

const RateLimitExceededException(super.response)
    : super(label: 'RateLimitExceededException');