The generic MicroStrain exception (base class)
the description of the error to be thrown, default value of "The MSCL has thrown an exception."
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