Menu middleware handles valid request made to the server and informs the requester if something is invalid.
Depending on what was invalid, an exception will be thrown.
Exceptions in this middleware are:
MenuNotFoundException
You must register this middleware inside start/kernel.ts file under the list of named middleware.
start/kernel.ts
Generated using TypeDoc
Menu middleware handles valid request made to the server and informs the requester if something is invalid.
Depending on what was invalid, an exception will be thrown.
Exceptions in this middleware are:
MenuNotFoundException