Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanicError ¶
type PanicError struct {
// contains filtered or unexported fields
}
PanicError can be used to not print stacktrace twice
func NewPanicError ¶
func NewPanicError(recovered any, stack []byte) *PanicError
func (PanicError) Error ¶
func (e PanicError) Error() string
func (PanicError) Stack ¶
func (e PanicError) Stack() []byte
Click to show internal directories.
Click to hide internal directories.