MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / IDinoErrorController

Interface IDinoErrorController

src/modules/interfaces/idino.ts:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70export interface IDinoErrorController {
71 patch(err: Error, req: Request, res: Response, next: NextFunction): void;
72 invoke(actionName: string): void;
73}
74
75export interface IDinoRouter {
76 registerMiddlewares(middlewares: IMiddlewareProvider[]): void;

Callers

nothing calls this directly

Implementers 2

DinoErrorControllersrc/modules/core/dino.error.controller
DinoControllersrc/modules/core/dino.controller.ts

Calls

no outgoing calls

Tested by

no test coverage detected