#include "marlinmt/book/configs/Base.h"
#include <exception>
#include <string>
#include <string_view>
Go to the source code of this file.
◆ MARLIN_BOOK_THROW
#define MARLIN_BOOK_THROW |
( |
|
message | ) |
|
Value: __LINE__, __FUNCTION__, __FILE__, message );
Definition at line 10 of file Types.h.
Referenced by marlinmt::book::BookStore::addEntry(), marlinmt::book::BookStore::book(), marlinmt::book::BookStore::get(), marlinmt::book::BookStore::getPtr(), marlinmt::book::WeakEntry::handle(), marlinmt::book::details::Entry::EntryHelper::handle(), marlinmt::book::details::Entry::handle(), marlinmt::book::BookStore::normalizeDirPath(), marlinmt::book::Selection::Selection(), marlinmt::book::details::Entry::EntryHelper::ThrowIfOutOfBound(), and marlinmt::book::StoreWriter::writeSelection().