using System; namespace IP2RegionDotNetDbMaker { /** * configuration exception * * @author chenxin */ public class DbMakerConfigException : Exception { public DbMakerConfigException(string info) : base(info) { } } }