RouteScanException constructor
const
RouteScanException(
- String message
Creates a route scan exception with a human-readable message.
Implementation
const RouteScanException(this.message);
Creates a route scan exception with a human-readable message.
const RouteScanException(this.message);