MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / ChildExController

Class ChildExController

tests/integration/controller.inheritance.spec.ts:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174class BaseExController extends ApiController { }
175
176@Controller('/child', {
177 exceptions: [ExceptionOne]
178})
179class ChildExController extends BaseExController {
180 @HttpGet('/get')
181 get(): void {
182 throw new Error(testError);
183 }
184}
185
186@Controller('/base')
187class BaseEndController extends ApiController {

Callers

nothing calls this directly

Calls 2

ControllerFunction · 0.85
HttpGetFunction · 0.85

Tested by

no test coverage detected