handleBasicReport method

T? handleBasicReport(
  1. BasicReport report
)
inherited

Implementation

T? handleBasicReport(BasicReport report) {
  logger.warning('Unhandled BasicReport from ${report.sourceNode}');
  return null;
}