OnExceptionState constructor

OnExceptionState({
  1. required RouteInformation routeInformation,
  2. required Exception exception,
})

Implementation

OnExceptionState({
  required this.routeInformation,
  required this.exception,
});