Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/ghostferry
/ ReportError
Method
ReportError
testhelpers/error_handler.go:7–9 ·
view source on GitHub ↗
(from string, err error)
Source
from the content-addressed store, hash-verified
5
}
6
7
func
(this *ErrorHandler) ReportError(from string, err error) {
8
this.Fatal(from, err)
9
}
10
11
func
(this *ErrorHandler) Fatal(from string, err error) {
12
this.LastError = err
Callers
nothing calls this directly
Implementers
2
PanicErrorHandler
error_handler.go
ErrorHandler
testhelpers/error_handler.go
Calls
1
Fatal
Method · 0.95
Tested by
no test coverage detected