MCPcopy
hub / github.com/hotwired/stimulus / ErrorHandler

Interface ErrorHandler

src/core/error_handler.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ErrorHandler {
2 handleError(error: Error, message: string, detail: object): void
3}

Callers 4

invokeWithEventMethod · 0.65
handleErrorMethod · 0.65
handleErrorMethod · 0.65
handleErrorMethod · 0.65

Implementers 5

Contextsrc/core/context.ts
Applicationsrc/core/application.ts
Dispatchersrc/core/dispatcher.ts
Routersrc/core/router.ts
TestApplicationsrc/tests/cases/application_test_case.

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…