1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Organize exceptions so it's easy to log errors locally.

This commit is contained in:
King_DuckZ 2017-05-16 18:54:00 +01:00
parent 32eadfc64d
commit 10da16051c
7 changed files with 97 additions and 16 deletions

View file

@ -39,7 +39,5 @@ namespace tawashi {
virtual void on_process() override;
boost::optional<std::string> submit_to_redis (const boost::string_ref& parText, uint32_t parExpiry, const boost::string_ref& parLang);
void error_redirect (int parCode, ErrorReasons parReason);
std::string m_error_message;
};
} //namespace tawashi