using System; using System.Collections.Generic; using System.Text; namespace DbMaker { class DbMakerConfigException : Exception { public DbMakerConfigException(String message) : base(message) { } } }