v0.0.531
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m58s

This commit is contained in:
2024-10-13 16:10:55 +02:00
parent eccc0fe9e5
commit 1a8e31e5ef
5 changed files with 8 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ func (p PanicWrappedErr) Error() string {
return "A panic occured"
}
func (p PanicWrappedErr) ReoveredObj() any {
func (p PanicWrappedErr) RecoveredObj() any {
return p.panic
}