RouteNotFoundException constructor

RouteNotFoundException(
  1. String message,
  2. String path
)

Implementation

RouteNotFoundException(
  this.message,
  this.path,
);