# Functions
Panicf panics with a formatted message.
Recover wraps a panic into a *Error if e is not nil, includes the stack trace.
RecoverNoStack wraps a panic into a *Error if e is not nil, skips the stack trace.
RecoverStack wraps a panic into a *Error if e is not nil, includes the stack trace.