MCPcopy
hub / github.com/labstack/echo / Error

Method Error

middleware/recover.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (e *PanicStackError) Error() string {
98 return fmt.Sprintf("[PANIC RECOVER] %s %s", e.Err.Error(), e.Stack)
99}
100
101func (e *PanicStackError) Unwrap() error {
102 return e.Err

Callers 15

ToMiddlewareMethod · 0.45
RequestLoggerFunction · 0.45
proxyHTTPFunction · 0.45
TestBodyDump_ReadErrorFunction · 0.45
TestDecompress_ZipBombFunction · 0.45
isIgnorableOpenFileErrorFunction · 0.45
TestRecoverFunction · 0.45
TestRecoverWithConfigFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestBodyDump_ReadErrorFunction · 0.36
TestDecompress_ZipBombFunction · 0.36
TestRecoverFunction · 0.36
TestRecoverWithConfigFunction · 0.36
TestValuesFromHeaderFunction · 0.36
TestValuesFromQueryFunction · 0.36
TestValuesFromParamFunction · 0.36
TestValuesFromCookieFunction · 0.36