CCF
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
ccf_exception.h File Reference
#include "ccf/ds/logger.h"
#include <exception>
#include <string>

Go to the source code of this file.

Classes

class  ccf::ccf_logic_error
 
class  ccf::ccf_oe_attester_init_error
 
class  ccf::ccf_oe_verifier_init_error
 
class  ccf::ccf_openssl_rdrand_init_error
 

Namespaces

namespace  ccf
 

Macros

#define LOG_FAIL_EXC(msg)
 

Macro Definition Documentation

◆ LOG_FAIL_EXC

#define LOG_FAIL_EXC (   msg)
Value:
do \
{ \
LOG_FAIL_FMT("Exception in {}", __PRETTY_FUNCTION__); \
LOG_DEBUG_FMT("Error: {}", msg); \
} while (0)