Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecoverWithSection ¶
Types ¶
type PanicError ¶
type PanicError interface { error Details() PanicErrorDetails PanicCause() interface{} Stack() StackEntries }
func IsPanicError ¶
func IsPanicError(err error) (PanicError, bool)
type PanicErrorDetails ¶
type StackEntries ¶
type StackEntries []StackEntry
func GetStack ¶
func GetStack(skip int) StackEntries
func (StackEntries) String ¶
func (s StackEntries) String() []string
type StackEntry ¶
func (StackEntry) String ¶
func (s StackEntry) String() string
Click to show internal directories.
Click to hide internal directories.