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

Base class for all RLP exceptions. More...

#include <Exceptions.h>

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

Public Member Functions

 RLPException (std::string _message=std::string())
 
- Public Member Functions inherited from dev::Exception
 Exception (std::string _message=std::string())
 
const char * what () const noexceptoverride
 

Detailed Description

Base class for all RLP exceptions.

Definition at line 51 of file Exceptions.h.

Constructor & Destructor Documentation

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

Definition at line 51 of file Exceptions.h.

Here is the call graph for this function:

Here is the caller graph for this function:


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