Object used to print an error message, and stop the code.
#include <exceptions.h>

Public Member Functions | |
| Error (const std::string &errMessage, const int &errCode=1) | |
| object constructor. More... | |
|
explicit |
| errorMessage | message to be print to the user. |
| errCode | return integer error code, should be different from 0! |
