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

Method handleError

src/core/router.ts:90–92  ·  view source on GitHub ↗
(error: Error, message: string, detail: any)

Source from the content-addressed store, hash-verified

88 // Error handler delegate
89
90 handleError(error: Error, message: string, detail: any) {
91 this.application.handleError(error, message, detail)
92 }
93
94 // Scope observer delegate
95

Callers

nothing calls this directly

Calls 1

handleErrorMethod · 0.65

Tested by

no test coverage detected