3#include <xrpl/beast/type_name.h>
27[[noreturn]]
inline void
34template <
class E,
class... Args>
35[[noreturn]]
inline void
41 LogThrow(
std::string(
"Throwing exception of type " + beast::type_name<E>() +
": ") + e.what());
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void LogicError(std::string const &how) noexcept
Called when faulty logic causes a broken invariant.
void LogThrow(std::string const &title)
Generates and logs a call stack.
void Throw(Args &&... args)
void Rethrow()
Rethrow the exception currently being handled.