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