Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/IAssessmentSectionProvider.cs =================================================================== diff -u -r29d71fc2b326ae60c281103380b4babe1b881f87 -r14739dcebfe29602d6141e045315e9e44269f4b0 --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision 29d71fc2b326ae60c281103380b4babe1b881f87) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision 14739dcebfe29602d6141e045315e9e44269f4b0) @@ -21,6 +21,7 @@ using System.Collections.Generic; using Ringtoets.Integration.Data; +using Ringtoets.Integration.Service.Exceptions; namespace Ringtoets.Integration.Service.Merge { @@ -34,6 +35,8 @@ /// /// The file path to read the assessment sections from. /// A collection of . + /// Thrown if something went wrong + /// when providing the assessment sections. IEnumerable GetAssessmentSections(string filePath); } } \ No newline at end of file