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

Method handleError

src/core/error_handler.ts:2–2  ·  view source on GitHub ↗
(error: Error, message: string, detail: object)

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