Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SoilProfile1DAquiferLayerCombinerException.cs
===================================================================
diff -u -r4000 -r4052
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SoilProfile1DAquiferLayerCombinerException.cs (.../SoilProfile1DAquiferLayerCombinerException.cs) (revision 4000)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SoilProfile1DAquiferLayerCombinerException.cs (.../SoilProfile1DAquiferLayerCombinerException.cs) (revision 4052)
@@ -21,18 +21,17 @@
using System;
-namespace Deltares.DamEngine.Data.Geotechnics
+namespace Deltares.DamEngine.Data.Geotechnics;
+
+///
+/// Exception combining aquifer layers in 1D soil profile
+///
+///
+public class SoilProfile1DAquiferLayerCombinerException : Exception
{
///
- /// Exception combining aquifer layers in 1D soil profile
+ /// Initializes a new instance of the class.
///
- ///
- public class SoilProfile1DAquiferLayerCombinerException : Exception
- {
- ///
- /// Initializes a new instance of the class.
- ///
- /// The message that describes the error.
- public SoilProfile1DAquiferLayerCombinerException(string message) : base(message) {}
- }
+ /// The message that describes the error.
+ public SoilProfile1DAquiferLayerCombinerException(string message) : base(message) {}
}
\ No newline at end of file