RoutingException.orphan constructor

RoutingException.orphan()

Occurs when trying to resolve the parent of a Route without a parent.

Implementation

factory RoutingException.orphan() => _RoutingExceptionImpl(
    "Tried to resolve path '..' on a route that has no parent.");