using System; namespace ln.http.exceptions { public class DisposeConnectionException : Exception { public DisposeConnectionException() { } } }