IOLink IOL_v1.8.0_release
|
#include <iolink/Error.h>
Public Member Functions | |
Error (const std::string &msg) | |
const char * | what () const noexcept override |
Error (const Error &other)=default | |
Error & | operator= (const Error &other)=default |
Error (Error &&other) noexcept=default | |
Error & | operator= (Error &&other) noexcept=default |
Error base class.