RateLimitExceededException constructor
const
RateLimitExceededException(
- XRPCResponse<
XRPCError> response
Returns the new instance of RateLimitExceededException.
Implementation
const RateLimitExceededException(super.response)
: super(label: 'RateLimitExceededException');