WampE2eeKeyNotFoundException constructor
WampE2eeKeyNotFoundException(
- String operation, {
- required PPTOptions options,
- String? reason,
Implementation
WampE2eeKeyNotFoundException(
super.operation, {
required super.options,
super.reason,
});