diff options
Diffstat (limited to 'zenhttp/httpsys.h')
| -rw-r--r-- | zenhttp/httpsys.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 6616817ec..62a3699cb 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -71,5 +71,12 @@ private: Event m_ShutdownEvent; }; +class HttpSysException : public HttpServerException +{ +public: + HttpSysException(const char* Message, uint32_t Error); + ~HttpSysException(); +}; + } // namespace zen #endif |