Audacity 3.2.0
|
#include <ExportPlugin.h>
Public Member Functions | |
ExportException (const wxString &msg) | |
const wxString & | What () const noexcept |
Private Attributes | |
const wxString | mMessage |
Definition at line 43 of file ExportPlugin.h.
ExportException::ExportException | ( | const wxString & | msg | ) |
Definition at line 14 of file ExportPlugin.cpp.
|
noexcept |
Definition at line 19 of file ExportPlugin.cpp.
References mMessage.
Referenced by audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportException().
|
private |
Definition at line 45 of file ExportPlugin.h.
Referenced by What().