![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <exception>
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | CGovernanceException |
Enumerations | |
enum | governance_exception_type_enum_t { GOVERNANCE_EXCEPTION_NONE = 0, GOVERNANCE_EXCEPTION_WARNING = 1, GOVERNANCE_EXCEPTION_PERMANENT_ERROR = 2, GOVERNANCE_EXCEPTION_TEMPORARY_ERROR = 3, GOVERNANCE_EXCEPTION_INTERNAL_ERROR = 4 } |
Functions | |
std::ostream & | operator<< (std::ostream &os, governance_exception_type_enum_t eType) |
Definition at line 13 of file governance-exceptions.h.
|
inline |
Definition at line 26 of file governance-exceptions.h.