Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
interface
ErrorHandler {
2
handleError(error: Error, message: string, detail: object): void
3
}
Callers
4
invokeWithEvent
Method · 0.65
handleError
Method · 0.65
handleError
Method · 0.65
handleError
Method · 0.65
Implementers
5
Context
src/core/context.ts
Application
src/core/application.ts
Dispatcher
src/core/dispatcher.ts
Router
src/core/router.ts
TestApplication
src/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…