Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exception ¶
type Exception struct {
// contains filtered or unexported fields
}
type IException ¶
type IException interface { Error() string Cause() error Format(s fmt.State, verb rune) Stack() string }
func New ¶
func New(value ...interface{}) IException
func NewText ¶
func NewText(text string) IException
func Newf ¶
func Newf(format string, args ...interface{}) IException
func Wrap ¶
func Wrap(err error, text string) IException
func Wrapf ¶
func Wrapf(err error, format string, args ...interface{}) IException
Click to show internal directories.
Click to hide internal directories.