WampE2eeDecryptionException constructor

WampE2eeDecryptionException(
  1. String operation, {
  2. required PPTOptions options,
  3. Object? cause,
})

Implementation

WampE2eeDecryptionException(
  super.operation, {
  required super.options,
  super.cause,
}) : super(
       reason:
           'The encrypted payload could not be authenticated or decrypted',
     );