Akonadi
exceptionbase.h
22#pragma warning(disable : 4275) // we are exporting a subclass of an unexported class, MSVC complains
Exception(const char *what)
Creates a new exception with the error message what.
Definition exception.cpp:27
const char * what() const noexcept override
Returns the error message associated with this exception.
Definition exception.cpp:65
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.