NegotiationError constructor

NegotiationError(
  1. [String msg = 'Negotiation Error']
)

Implementation

NegotiationError([String msg = 'Negotiation Error']) : super._(msg);