MarlinMT
0.1.0
|
thrown when try to access not existing object. More...
#include <BookStoreManager.h>
Inherits exception.
Public Member Functions | |
ObjectNotFound (const std::string_view &msg) | |
const char * | what () const noexcept override |
Private Attributes | |
const std::string | m_msg |
thrown when try to access not existing object.
Definition at line 73 of file BookStoreManager.h.
|
inline |
Definition at line 74 of file BookStoreManager.h.
|
inlineoverridenoexcept |
Definition at line 76 of file BookStoreManager.h.
References m_msg.
|
private |
Definition at line 78 of file BookStoreManager.h.
Referenced by what().