MCPcopy 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
7func (this *ErrorHandler) ReportError(from string, err error) {
8 this.Fatal(from, err)
9}
10
11func (this *ErrorHandler) Fatal(from string, err error) {
12 this.LastError = err

Callers

nothing calls this directly

Implementers 2

PanicErrorHandlererror_handler.go
ErrorHandlertesthelpers/error_handler.go

Calls 1

FatalMethod · 0.95

Tested by

no test coverage detected