Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions | Variables
Exception.hpp File Reference
#include <toolbox/util/Stream.hpp>
Include dependency graph for Exception.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::util::Exception
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 
namespace  toolbox::util::detail
 

Typedefs

using toolbox::util::ErrMsg = OStaticStream< MaxErrSize >
 

Functions

template<typename ExceptionT >
auto toolbox::util::put_as_json (const ExceptionT &e)
 
template<typename ExceptionT >
auto toolbox::util::put_with_code (const ExceptionT &e)
 
ErrMsgtoolbox::util::err_msg () noexcept
 

Variables

constexpr std::size_t toolbox::util::MaxErrSize {511}
 Maximum error message length.