IdentifyProtocolException constructor

IdentifyProtocolException({
  1. PeerId? peerId,
  2. required String message,
  3. Object? cause,
})

Implementation

IdentifyProtocolException({
  PeerId? peerId,
  required String message,
  Object? cause,
}) : super(peerId: peerId, message: message, cause: cause);