LightlyEdge C++ SDK
|
Exception class for lightly_edge_sdk::value_or_throw
function.
More...
#include <lightly_edge_error.h>
Public Member Functions | |
Exception (std::string message) | |
auto | what () const noexcept -> const char *override |
Exception class for lightly_edge_sdk::value_or_throw
function.
Note that LightlyEdge SDK does not throw exceptions. This class exists solely for value_or_throw
convenience function.