|
Astarte device API for C++ 0.7.1
Astarte device SDK for C++
|
Base exception class for the Astarte device library. More...
#include <exceptions.hpp>
Inheritance diagram for AstarteDeviceSdk::AstarteException:Public Member Functions | |
| AstarteException (std::string_view message) | |
| Constructor for the Astarte exception. | |
| auto | what () const noexcept -> const char *override |
| Implementation of the virtual method what from the partent std::exception class. | |
Base exception class for the Astarte device library.
|
explicit |
Constructor for the Astarte exception.
| message | The exception message. |
|
nodiscardoverridenoexcept |
Implementation of the virtual method what from the partent std::exception class.