Index: APPS/Halux/common/impl/Encoway/ProductieAansturingService.cls.xml =================================================================== diff -u -r72876 -r73831 --- APPS/Halux/common/impl/Encoway/ProductieAansturingService.cls.xml (.../ProductieAansturingService.cls.xml) (revision 72876) +++ APPS/Halux/common/impl/Encoway/ProductieAansturingService.cls.xml (.../ProductieAansturingService.cls.xml) (revision 73831) @@ -38,7 +38,7 @@ Set HalffabItemsBoom = ..VhConfigHelper.GeefHalffabItemsBoom() } Catch { #dim InnerException As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() - Set Exception = ##class(TECH.Exceptions.GeneralErrorException).%New("Probleem met teruggeven van de HalffabItemsBoomEnowayBased") + Set Exception = ##class(TECH.Exceptions.GeneralErrorException).%New("Probleem met teruggeven van de HalffabItemsBoomEncowayBased") Do Exception.VoegToeInnerExceptie(InnerException) Do ##class(TECH.ExceptionHandler).Throw(Exception) }