diff options
| author | Stefan Boberg <[email protected]> | 2021-09-12 13:46:57 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-12 13:46:57 +0200 |
| commit | fa1f144a4eb7d201ef84b8d369d40f26fc73dff6 (patch) | |
| tree | 39869d2f690bd91734ea6eed76e777caf3aa01a4 /zenhttp/httpsys.h | |
| parent | clang-format fixes (diff) | |
| download | zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.tar.xz zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.zip | |
Eliminated HttpServerException and related classes
Diffstat (limited to 'zenhttp/httpsys.h')
| -rw-r--r-- | zenhttp/httpsys.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |