Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
97
func
(e *PanicStackError) Error() string {
98
return
fmt.Sprintf(
"[PANIC RECOVER] %s %s"
, e.Err.Error(), e.Stack)
99
}
100
101
func
(e *PanicStackError) Unwrap() error {
102
return
e.Err
Callers
15
ToMiddleware
Method · 0.45
RequestLogger
Function · 0.45
proxyHTTP
Function · 0.45
TestBodyDump_ReadError
Function · 0.45
TestDecompress_ExceedsLimit
Function · 0.45
TestDecompress_ZipBomb
Function · 0.45
TestDecompress_MultipleReads
Function · 0.45
TestDecompress_LargePayloadDosPrevention
Function · 0.45
isIgnorableOpenFileError
Function · 0.45
TestRecover
Function · 0.45
TestRecoverErrAbortHandler
Function · 0.45
TestRecoverWithConfig
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestBodyDump_ReadError
Function · 0.36
TestDecompress_ExceedsLimit
Function · 0.36
TestDecompress_ZipBomb
Function · 0.36
TestDecompress_MultipleReads
Function · 0.36
TestDecompress_LargePayloadDosPrevention
Function · 0.36
TestRecover
Function · 0.36
TestRecoverErrAbortHandler
Function · 0.36
TestRecoverWithConfig
Function · 0.36
TestValuesFromHeader
Function · 0.36
TestValuesFromQuery
Function · 0.36
TestValuesFromParam
Function · 0.36
TestValuesFromCookie
Function · 0.36