DecryptException constructor

DecryptException(
  1. String cause, [
  2. String? libolmMessage
])

Implementation

DecryptException(this.cause, [this.libolmMessage]);