MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / constructor

Method constructor

coding-agent/src/errors/errors.ts:16–18  ·  view source on GitHub ↗
(message: string, context?: Record<string, any>)

Source from the content-addressed store, hash-verified

14
15export class ValidationError extends AppError {
16 constructor(message: string, context?: Record<string, any>) {
17 super(message, 'VALIDATION_ERROR', 400, true, context);
18 }
19}
20
21export class NotFoundError extends AppError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected