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:
parent
32eadfc64d
commit
10da16051c
7 changed files with 97 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue