RouteNotFoundException constructor

const RouteNotFoundException(
  1. String cause
)

default constructor

Implementation

const RouteNotFoundException(this.cause);