using System; namespace HeuristicLab.Hive.Contracts { public class WcfServicePoolException : Exception { public WcfServicePoolException(string message) : base(message) { } } }