Offline Transaction Signing (OTS) 0.1.0
Loading...
Searching...
No Matches
ots::exception::NotImplementedYet Class Reference

Sole purpose of this exception is to create already the stub and mark as incomplete, you should never get such exception in the complete library. More...

#include <ots-exceptions.hpp>

Inheritance diagram for ots::exception::NotImplementedYet:
Collaboration diagram for ots::exception::NotImplementedYet:

Public Member Functions

 NotImplementedYet ()
 
 NotImplementedYet (const std::string &msg)
 
const char * what () const noexcept override
 
- Public Member Functions inherited from ots::exception::Exception
virtual ~Exception ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from ots::exception::Exception
static std::vector< RegisteredException > & registry ()
 
- Static Protected Member Functions inherited from ots::exception::Exception
template<typename T >
static bool registerException (int32_t code, const char *cls)
 

Detailed Description

Sole purpose of this exception is to create already the stub and mark as incomplete, you should never get such exception in the complete library.

Constructor & Destructor Documentation

◆ NotImplementedYet() [1/2]

ots::exception::NotImplementedYet::NotImplementedYet ( )
inline

◆ NotImplementedYet() [2/2]

ots::exception::NotImplementedYet::NotImplementedYet ( const std::string &  msg)
inlineexplicit

Member Function Documentation

◆ what()

const char * ots::exception::NotImplementedYet::what ( ) const
inlineoverridevirtualnoexcept

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