MCPcopy 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

1package testhelpers
2
3type ErrorHandler struct {
4 LastError error
5}
6
7func (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