ShlubluLib  v0.5
ShlubluLib is a lightweight, modular, general purpose, open-source C++ library for Linux and Windows.
Public Member Functions | List of all members
shlublu::NotImplementedError Class Reference

Components of this library that have no implementation for the running platform use this exception at run time. More...

#include <NotImplementedError.h>

Inheritance diagram for shlublu::NotImplementedError:

Public Member Functions

 NotImplementedError (std::string const &message)
 Constructor. More...
 
 NotImplementedError (char const *message)
 Constructor. More...
 

Detailed Description

Components of this library that have no implementation for the running platform use this exception at run time.

Constructor & Destructor Documentation

◆ NotImplementedError() [1/2]

shlublu::NotImplementedError::NotImplementedError ( std::string const &  message)
inlineexplicit

Constructor.

Parameters
messagedescription of the issue

◆ NotImplementedError() [2/2]

shlublu::NotImplementedError::NotImplementedError ( char const *  message)
inlineexplicit

Constructor.

Parameters
messagedescription of the issue

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