RoutingException constructor

RoutingException(
  1. String message
)

Implementation

factory RoutingException(String message) => _RoutingExceptionImpl(message);