Ditto 4.4.3
|
All errors that are thrown by the Ditto SDK are wrapped as a DittoError
.
More...
#include <Errors.hpp>
Public Member Functions | |
DittoError (std::string msg) | |
const char * | what () const noexcept override |
Returns the explanatory string. | |
All errors that are thrown by the Ditto SDK are wrapped as a DittoError
.
You can see more information about an error by calling what().
|
overridenoexcept |
Returns the explanatory string.