Exception that remembers the backtrace at the point of its construction.
Definition in file traceful_exception.hpp.
Go to the source code of this file.
#include <exception>
#include <string>
#include <type_traits>
#include <fmt/format.h>
#include <boost/stacktrace/stacktrace_fwd.hpp>
#include <userver/compiler/select.hpp>
#include <userver/utils/fast_pimpl.hpp>
Classes | |
class | utils::TracefulExceptionBase |
Base class implementing backtrace storage and message builder, published only for documentation purposes, please inherit from utils::TracefulException instead. More... | |
class | utils::TracefulException |
Exception that remembers the backtrace at the point of its construction. More... | |
Namespaces | |
namespace | utils |
Utilities. | |