ChatEncryptionException constructor

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

Creates an encryption exception.

Implementation

const ChatEncryptionException(super.message, [super.cause]);