#include <exceptions.hpp>
|
| | VersionConflict (const char *const msg, const RecordID game_id, const QString version, const std::source_location loc=std::source_location::current()) |
| |
| virtual const char * | what () const noexcept override |
| |
| const char * | whatRaw () const noexcept |
| | Returns the what() message without any source location info.
|
| |
◆ VersionConflict()
| atlas::exceptions::VersionConflict::VersionConflict |
( |
const char *const | msg, |
|
|
const RecordID | game_id, |
|
|
const QString | version, |
|
|
const std::source_location | loc = std::source_location::current() ) |
|
inline |
◆ what()
| virtual const char * atlas::exceptions::AtlasException::what |
( |
| ) |
const |
|
inlineoverridevirtualnoexceptinherited |
◆ whatRaw()
| const char * atlas::exceptions::AtlasException::whatRaw |
( |
| ) |
const |
|
inlinenoexceptinherited |
Returns the what() message without any source location info.
◆ m_game_id
| RecordID atlas::exceptions::VersionConflict::m_game_id |
◆ m_version
| QString atlas::exceptions::VersionConflict::m_version |
◆ sloc
| std::source_location atlas::exceptions::AtlasException::sloc |
|
inherited |
◆ what_text
| std::string atlas::exceptions::AtlasException::what_text |
|
inherited |
The documentation for this struct was generated from the following file: