SetNotFoundHandle sets a custom 404 handler for this group.
(handler StandardHandle)
| 29 | RegisterRoute(method, path string, h HttpHandle) RouterNode |
| 30 | // SetNotFoundHandle sets a custom 404 handler for this group. |
| 31 | SetNotFoundHandle(handler StandardHandle) Group |
| 32 | } |
| 33 | |
| 34 | // xGroup is the implementation of Group interface. |
no outgoing calls