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

Method registerApplicationError

src/modules/interfaces/idino.ts:12–12  ·  view source on GitHub ↗
(type: Function & { prototype: T })

Source from the content-addressed store, hash-verified

10export interface IDino {
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;

Callers 3

registerFunction · 0.65
dino.spec.tsFile · 0.65
app.tsFile · 0.65

Implementers 1

Dinosrc/api/dino.ts

Calls

no outgoing calls

Tested by 1

registerFunction · 0.52