myError

package
v1.14.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IMyError added in v1.9.1

type IMyError interface {
	New(msg string) IMyError
	Wrap(err error) IMyError
	Panic() IMyError
	Error() string
	Is(target error) bool
}

type MyError

type MyError struct{ Msg string }

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL