Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeError ¶
type CodeError struct {
// contains filtered or unexported fields
}
func NewCodeError ¶
func NewCodeErrorOfMessage ¶
func NewCodeErrorOfMessagef ¶
type PanicError ¶ added in v1.1.1
type PanicError struct {
// contains filtered or unexported fields
}
func NewPanicError ¶ added in v1.1.1
func NewPanicError(msg interface{}, stack string) *PanicError
func (*PanicError) Error ¶ added in v1.1.1
func (pe *PanicError) Error() string
Click to show internal directories.
Click to hide internal directories.