NoiseProtocolException constructor

NoiseProtocolException(
  1. String message, [
  2. Object? cause
])

Implementation

NoiseProtocolException(this.message, [this.cause]);