v0.0.254 revert back to 0.0.250
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m14s

This commit is contained in:
2023-08-22 10:49:57 +02:00
parent 9e5bc0d3ea
commit 113d838876
3 changed files with 2 additions and 25 deletions

View File

@@ -112,13 +112,6 @@ func (b *Builder) WithMessage(msg string) *Builder {
// ----------------------------------------------------------------------------
func (b *Builder) WithStackSkip(stacktraceskip int) *Builder {
b.errorData.Caller = callername(stacktraceskip)
return b
}
// ----------------------------------------------------------------------------
// Err changes the Severity to ERROR (default)
// The error will be:
//