23 Exception(
const std::string& msg) : message(msg) {
30 const char*
what() const noexcept
32 return message.c_str();
Exception class All exceptions in NeuroDactyl SDK are NeuroDactyl::Exception.
Definition: exception.h:21
const char * what() const noexcept
Definition: exception.h:30
Namespace containing all symbols from the NeuroDactyl SDK.
Definition: config.h:21