|
NDS3
1.0.0
API reference manual
|
The base class for all the exceptions thrown by the library.
#include <exceptions.h>
Public Member Functions | |
| NdsError (const std::string &what) | |
| Constructor. More... | |
| nds::NdsError::NdsError | ( | const std::string & | what | ) |
Constructor.
| what | Human readable string describing the cause of the exception. |