mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
bump deps
This commit is contained in:
6
vendor/github.com/go-errors/errors/error.go
generated
vendored
6
vendor/github.com/go-errors/errors/error.go
generated
vendored
@@ -180,6 +180,12 @@ func (err *Error) Stack() []byte {
|
||||
return buf.Bytes()
|
||||
}
|
||||
|
||||
// Callers satisfies the bugsnag ErrorWithCallerS() interface
|
||||
// so that the stack can be read out.
|
||||
func (err *Error) Callers() []uintptr {
|
||||
return err.stack
|
||||
}
|
||||
|
||||
// ErrorStack returns a string that contains both the
|
||||
// error message and the callstack.
|
||||
func (err *Error) ErrorStack() string {
|
||||
|
||||
Reference in New Issue
Block a user