Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs =================================================================== diff -u -rd367e1dd85d7de3632eb743265eb66a8abb502f2 -r2ac63d31605f35e43d3d786173bfbae4c1b46c45 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision d367e1dd85d7de3632eb743265eb66a8abb502f2) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/IAssessmentSectionProvider.cs (.../IAssessmentSectionProvider.cs) (revision 2ac63d31605f35e43d3d786173bfbae4c1b46c45) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System; using System.Collections.Generic; using Ringtoets.Integration.Data; @@ -34,6 +35,10 @@ /// /// The file path to read the assessment sections from. /// A collection of . + /// Thrown when + /// is null. + /// Thrown when something went wrong + /// while getting the assessment sections. IEnumerable GetAssessmentSections(string filePath); } } \ No newline at end of file