softwarecontainer
0.18.0-739e8d7 2017-05-04
|
An error occured which is an internal error in the config code. More...
#include <configerror.h>
Public Member Functions | |
ConfigInternalError (const std::string &message) | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | m_message |
An error occured which is an internal error in the config code.
This exception should be used when execution ends up in an internally erroneous code path, i.e. this should not happen.
Definition at line 56 of file configerror.h.