|
libopenraw
|
#include <exception.hpp>
Public Member Functions | |
| Exception (const std::string &w) | |
| const char * | what () const noexcept(true) override |
Protected Attributes | |
| std::string | m_what |
generic OpenRaw exception
Definition at line 32 of file exception.hpp.