From fa1f144a4eb7d201ef84b8d369d40f26fc73dff6 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Sun, 12 Sep 2021 13:46:57 +0200 Subject: Eliminated HttpServerException and related classes --- zenhttp/httpsys.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'zenhttp/httpsys.h') diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 62a3699cb..6616817ec 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -71,12 +71,5 @@ private: Event m_ShutdownEvent; }; -class HttpSysException : public HttpServerException -{ -public: - HttpSysException(const char* Message, uint32_t Error); - ~HttpSysException(); -}; - } // namespace zen #endif -- cgit v1.2.3