#include <errors.hpp>
Public Member Functions | |
| Error (const std::string &msg) | |
| const char * | what () const noexcept override |
Public Attributes | |
| std::string | msg |
Exception type used across camcom. Thrown directly by callers and (in earlier versions) by the now-retired camcom logger's Throw() path; the FND* macros throw std::runtime_error instead.
|
inline |
|
inlineoverridenoexcept |
| std::string camcom::common::Error::msg |