Zivid C++ API 2.13.1+18e79e79-1
|
A common base class for all Zivid exceptions. More...
#include <Zivid/Exception.h>
Public Member Functions | |
ZIVID_CORE_EXPORT const char * | what () const noexcept override |
Get the message for the exception. | |
Protected Member Functions | |
ZIVID_CORE_EXPORT | Exception (const std::string &message) |
Constructor. | |
A common base class for all Zivid exceptions.
|
explicitprotected |
Constructor.
|
overridenoexcept |
Get the message for the exception.