MCPcopy Create free account
hub / github.com/Shopify/ghostferry / ReportError

Method ReportError

error_handler.go:14–14  ·  view source on GitHub ↗

Usually called from Fatal. When called from Fatal, if this method returns true, Fatal should panic, otherwise it should not.

(from string, err error)

Source from the content-addressed store, hash-verified

12 // Usually called from Fatal. When called from Fatal, if this method returns
13 // true, Fatal should panic, otherwise it should not.
14 ReportError(from string, err error)
15 Fatal(from string, err error)
16}
17

Callers 2

mainFunction · 0.65
InitializeMethod · 0.65

Implementers 2

PanicErrorHandlererror_handler.go
ErrorHandlertesthelpers/error_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected