21#include <quentier/exception/IQuentierException.h>
23namespace quentier::local_storage {
35 void raise()
const override;
The ErrorString class encapsulates two (or more) strings which are meant to contain translatable (bas...
Definition ErrorString.h:43
The IQuentierException class represents the interface for exceptions specific to libquentier and appl...
Definition IQuentierException.h:38
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
The LocalStorageOperationException is thrown when the local storage encounters some internal error du...
Definition LocalStorageOperationException.h:30