using System; namespace ZeroLevel.Services.Network.Exceptions { public class NoConnectionException : Exception { } }