The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
|
#include <templates/cpppluginskeleton/Exception.hpp>
Additional Inherited Members | |
Public Member Functions inherited from cutehmi::ExceptionMixin< Exception > | |
ExceptionMixin (const QString &what) | |
void | raise () const noexcept(false) override |
Exception * | clone () const override |
Public Member Functions inherited from cutehmi::Exception | |
Exception (const QString &what) | |
void | raise () const noexcept(false) override |
Exception * | clone () const override |
const char * | what () const noexcept override |
virtual void | raise () const const |
virtual QException * | clone () const const |