Index: APPS/TRANSP/UPS/impl/OfferteBerekenaar.cls.xml =================================================================== diff -u -r32873 -r32884 --- APPS/TRANSP/UPS/impl/OfferteBerekenaar.cls.xml (.../OfferteBerekenaar.cls.xml) (revision 32873) +++ APPS/TRANSP/UPS/impl/OfferteBerekenaar.cls.xml (.../OfferteBerekenaar.cls.xml) (revision 32884) @@ -44,7 +44,7 @@ #dim TimeInTransitOfferteData As APPS.TRANSP.OfferteService.dto.OfferteData = ..TimeInTransitOfferteBerekenaar.Bereken(BerekenInput) }catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() - Do ##class(TECH.Exceptions.GeneralErrorException).Throw(Exception.ToString()) + Do ##class(TECH.Exceptions.TechnicalErrorException).Throw(Exception.ToString()) } Quit ..MergeOfferteData(RateOfferteData, TimeInTransitOfferteData)