Phoenix.Router.NoRouteError exception
Exception raised when no route is found.
Summary↑
exception(args) | Callback implementation of |
message(exception) | Callback implementation of |
Functions
Specs:
- exception(Keyword.t) :: Exception.t
Callback implementation of Exception.exception/1
.
Specs:
- message(Exception.t) :: String.t
Callback implementation of Exception.message/1
.