()
| 11 | registerController<T>(controller: Function & { prototype: T }): void; |
| 12 | registerApplicationError<T>(type: Function & { prototype: T }): void; |
| 13 | disableRouteNotFoundException(): void; |
| 14 | enableUserIdentity(): void; |
| 15 | requestStart<T>(middleware: Function & { prototype: T }): void; |
| 16 | requestEnd<T>(middleware: Function & { prototype: T }): void; |
no outgoing calls
no test coverage detected