WampE2eeDecryptionException constructor
WampE2eeDecryptionException(
- String operation, {
- required PPTOptions options,
- Object? cause,
Implementation
WampE2eeDecryptionException(
super.operation, {
required super.options,
super.cause,
}) : super(
reason:
'The encrypted payload could not be authenticated or decrypted',
);