Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanicError ¶
type PanicError struct {
Stack []byte
// contains filtered or unexported fields
}
func NewPanicError ¶
func NewPanicError(any any, stack []byte) PanicError
func (PanicError) Error ¶
func (pe PanicError) Error() string
Click to show internal directories.
Click to hide internal directories.