XRPCNotSupportedException constructor

const XRPCNotSupportedException(
  1. XRPCResponse<XRPCError> response
)

Returns the new instance of XRPCNotSupportedException.

Implementation

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