RouteScanException constructor

const RouteScanException(
  1. String message
)

Creates a route scan exception with a human-readable message.

Implementation

const RouteScanException(this.message);