BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <exception.hpp>
Classes | |
struct | base_exception_builder |
struct | exception_builder |
Public Member Functions | |
template<typename T > | |
void | register_exception () |
void | rethrow (const exception &e) const |
Static Public Member Functions | |
static exception_factory & | instance () |
Definition at line 177 of file exception.hpp.
|
inlinestatic |
Definition at line 206 of file exception.hpp.
|
inline |
Definition at line 195 of file exception.hpp.
void fc::exception_factory::rethrow | ( | const exception & | e | ) | const |
Definition at line 250 of file exception.cpp.