Versions in this module Expand all Collapse all v0 v0.1.1 Jul 7, 2022 v0.1.0 Apr 26, 2022 Changes in this version + type Error struct + Cause error + File string + Function string + Line int + Message string + func Is(err error) (e *Error, ok bool) + func New(text string) *Error + func Newf(format string, args ...interface{}) *Error + func Wrap(err error, text string) *Error + func Wrapf(err error, format string, args ...interface{}) *Error + func (e *Error) Error() string + func (e *Error) Wrap(err error)