WampE2eeKeyNotFoundException constructor

WampE2eeKeyNotFoundException(
  1. String operation, {
  2. required PPTOptions options,
  3. String? reason,
})

Implementation

WampE2eeKeyNotFoundException(
  super.operation, {
  required super.options,
  super.reason,
});