PeerMisbehaviorException constructor

const PeerMisbehaviorException(
  1. String peerId,
  2. String message, [
  3. Object? cause
])

Implementation

const PeerMisbehaviorException(this.peerId, super.message, [super.cause]);