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