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
}
func ToError ¶
func ToError(p interface{}) *PanicError
func (*PanicError) Error ¶
func (pe *PanicError) Error() string
func (*PanicError) StackTrace ¶
func (pe *PanicError) StackTrace() string
Click to show internal directories.
Click to hide internal directories.