BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Macros
internal_exceptions.hpp File Reference
#include <graphene/chain/exceptions.hpp>

Go to the source code of this file.

Namespaces

 graphene
 
 graphene::chain
 

Macros

#define GRAPHENE_DECLARE_INTERNAL_EXCEPTION(exc_name, seqnum, msg)
 
#define GRAPHENE_IMPLEMENT_INTERNAL_EXCEPTION(exc_name, seqnum, msg)
 

Macro Definition Documentation

◆ GRAPHENE_DECLARE_INTERNAL_EXCEPTION

#define GRAPHENE_DECLARE_INTERNAL_EXCEPTION (   exc_name,
  seqnum,
  msg 
)
Value:
internal_ ## exc_name, \
graphene::chain::internal_exception, \
3990000 + seqnum \
)

Definition at line 28 of file internal_exceptions.hpp.

◆ GRAPHENE_IMPLEMENT_INTERNAL_EXCEPTION

#define GRAPHENE_IMPLEMENT_INTERNAL_EXCEPTION (   exc_name,
  seqnum,
  msg 
)
Value:
internal_ ## exc_name, \
graphene::chain::internal_exception, \
3990000 + seqnum, \
msg \
)

Definition at line 35 of file internal_exceptions.hpp.

FC_DECLARE_DERIVED_EXCEPTION
#define FC_DECLARE_DERIVED_EXCEPTION(TYPE, BASE, CODE)
Definition: exception.hpp:226
FC_IMPLEMENT_DERIVED_EXCEPTION
#define FC_IMPLEMENT_DERIVED_EXCEPTION(TYPE, BASE, CODE, WHAT)
Definition: exception.hpp:249