Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecoverError ¶
type RecoverError struct {
// contains filtered or unexported fields
}
func NewRecoverError ¶
func NewRecoverError(err error) RecoverError
func NewRecoverErrorf ¶
func NewRecoverErrorf(format string, args ...interface{}) RecoverError
func (RecoverError) Error ¶
func (re RecoverError) Error() string
func (RecoverError) StackTrace ¶
func (re RecoverError) StackTrace() string
func (RecoverError) Unwrap ¶
func (re RecoverError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.