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