namespace Deltares.Geotechnics.IO.Exception { public class CsvImporterSoilProfilesException : System.Exception { public CsvImporterSoilProfilesException(string message) : base(message) {} } }