Closed gustason closed 1 month ago
So far I have only noticed this in catch and finally blocks.
catch
finally
For example,
catch oFunkyError as Progress.Lang.AppError : oGroovyResponse:errorStatus = true. oGroovyResponse:addMessage(oFunkyError:GetMessage(1)). return oGroovyResponse. end catch.
formats as this
So far I have only noticed this in
catch
andfinally
blocks.For example,
formats as this