using System; namespace Com.Xagasoft.Gats { public class GatsException : Exception { public GatsException( String sName ) : base( sName ) { } } }