Index: APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml =================================================================== diff -u -r38432 -r38452 --- APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 38432) +++ APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 38452) @@ -196,7 +196,7 @@ } If ExceptionsSmijten { - Set Exception = ##class(TECH.Exceptions.InvalidInputException).%New("Ongeldige data TandemboxBesteller op lijn(en) "_ProbleemLijnen) + Set Exception = ##class(TECH.Exceptions.InvalidInputException).%New("Ongeldige data UnishopBesteller op lijn(en) "_ProbleemLijnen) Do Exception.ZetInnerExcepties(Exceptions) Do ##class(TECH.ExceptionHandler).Throw(Exception) }