#include <exception.hpp>
|
| Exception (const std::string &w) |
const char * | what () const noexcept(true) override |
generic OpenRaw exception
Definition at line 32 of file exception.hpp.
◆ Exception() [1/2]
OpenRaw::Internals::Exception::Exception |
( |
| ) |
|
|
inline |
◆ Exception() [2/2]
OpenRaw::Internals::Exception::Exception |
( |
const std::string & | w | ) |
|
|
inline |
◆ ~Exception()
virtual OpenRaw::Internals::Exception::~Exception |
( |
| ) |
|
|
inlinevirtual |
◆ what()
const char * OpenRaw::Internals::Exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ m_what
std::string OpenRaw::Internals::Exception::m_what |
|
protected |
The documentation for this class was generated from the following file: