|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Base class for exceptions in Zrythm. More...
#include <src/utils/exceptions.h>


Public Member Functions | |
| ZrythmException (const char *message) | |
| ZrythmException (const std::string &message) | |
| ZrythmException (const QString &message) | |
| const char * | what () const noexcept |
| utils::Utf8String | what_string () const |
| template<typename... Args> | |
| void | handle (const std::string &format, Args &&... args) const |
| void | handle (const char *str) const |
| void | handle (const std::string &str) const |
| void | handle (const QString &str) const |
Base class for exceptions in Zrythm.
Definition at line 19 of file exceptions.h.
|
inline |
Definition at line 27 of file exceptions.h.