using System; namespace Thermo.Active.CmsConnectGateway.Exceptions { public class GatewayException : Exception { public GatewayException(string message) : base(message) { } } }