Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SurfaceLineException.cs
===================================================================
diff -u -r4000 -r4052
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SurfaceLineException.cs (.../SurfaceLineException.cs) (revision 4000)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/SurfaceLineException.cs (.../SurfaceLineException.cs) (revision 4052)
@@ -21,17 +21,16 @@
using System;
-namespace Deltares.DamEngine.Data.Geotechnics
+namespace Deltares.DamEngine.Data.Geotechnics;
+
+///
+/// Surface Line Exception
+///
+public class SurfaceLineException : Exception
{
///
- /// Surface Line Exception
+ /// Initializes a new instance of the class.
///
- public class SurfaceLineException : Exception
- {
- ///
- /// Initializes a new instance of the class.
- ///
- /// The message that describes the error.
- public SurfaceLineException(string message) : base(message) {}
- }
+ /// The message that describes the error.
+ public SurfaceLineException(string message) : base(message) {}
}
\ No newline at end of file