Logs error_message and throws an exception ith that message.
Definition in file exception.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
Functions | |
| template<typename T = std::runtime_error> | |
| void | utils::LogErrorAndThrow (const std::string &error_message) |
| Logs error_message and throws an exception ith that message. | |