Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs =================================================================== diff -u -re8fdc0a76a52b92b9cf28a2e3f59db7139b61ae8 -r6dcb5e99d867d322fd3e48bc7539ba6675a92198 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision e8fdc0a76a52b92b9cf28a2e3f59db7139b61ae8) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision 6dcb5e99d867d322fd3e48bc7539ba6675a92198) @@ -34,6 +34,8 @@ /// /// The file path to read the assessment sections from. /// A collection of . + /// Thrown when something went wrong + /// while getting the assessment sections. IEnumerable GetAssessmentSections(string filePath); } } \ No newline at end of file