Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
dev::Exception Struct Reference

Base class for all exceptions. More...

#include <Exceptions.h>

Inheritance diagram for dev::Exception:
[legend]
Collaboration diagram for dev::Exception:
[legend]

Public Member Functions

 Exception (std::string _message=std::string())
 
const char * what () const noexceptoverride
 

Private Attributes

std::string m_message
 

Detailed Description

Base class for all exceptions.

Definition at line 39 of file Exceptions.h.

Constructor & Destructor Documentation

dev::Exception::Exception ( std::string  _message = std::string())
inline

Definition at line 41 of file Exceptions.h.

Here is the caller graph for this function:

Member Function Documentation

const char* dev::Exception::what ( ) const
inlineoverridenoexcept

Definition at line 42 of file Exceptions.h.

Here is the caller graph for this function:

Member Data Documentation

std::string dev::Exception::m_message
private

Definition at line 45 of file Exceptions.h.


The documentation for this struct was generated from the following file: