The generic MicroStrain exception (base class)
Initializes the Error object with the default description
Error( |
| ) : m_description(description) |
Initializes the Error object with a custom description
description const std::string& | the description of the error to be thrown |
overriding the default std::exception what() function, gets the description of the thrown exception