UnknownMonitorException constructor

UnknownMonitorException({
  1. String? type,
  2. String? message,
})

Implementation

UnknownMonitorException({String? type, String? message})
    : super(type: type, code: 'UnknownMonitorException', message: message);