XRPCException constructor
const
XRPCException(
- XRPCResponse<
XRPCError> response, { - String label = 'XRPCException',
Returns the new instance of XRPCException.
Implementation
const XRPCException(
this.response, {
final String label = 'XRPCException',
}) : _label = label;