ShlubluLib  v0.5
ShlubluLib is a lightweight, modular, general purpose, open-source C++ library for Linux and Windows.
Classes | Namespaces
NotImplementedError.h File Reference
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

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

Namespaces

 shlublu
 

Detailed Description

Exception thrown in case of missing implementation.

See NotImplementedError class documentation for details.