19#ifndef LIB_QUENTIER_EXCEPTION_EMPTY_DATA_ELEMENT_EXCEPTION_H
20#define LIB_QUENTIER_EXCEPTION_EMPTY_DATA_ELEMENT_EXCEPTION_H
22#include <quentier/exception/IQuentierException.h>
32 virtual const QString exceptionDisplayName()
const override;
Definition EmptyDataElementException.h:27
The ErrorString class encapsulates two (or more) strings which are meant to contain translatable (bas...
Definition ErrorString.h:44
The IQuentierException class represents the interface for exceptions specific to libquentier and appl...
Definition IQuentierException.h:39