XRPCException constructor

const XRPCException(
  1. XRPCResponse<XRPCError> response, {
  2. String label = 'XRPCException',
})

Returns the new instance of XRPCException.

Implementation

const XRPCException(this.response, {final String label = 'XRPCException'})
  : _label = label;