output: allow throwing any exception

This commit is contained in:
Max Kellermann
2019-07-03 22:10:26 +02:00
parent 510e6841a0
commit 412b04be58
12 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -232,7 +232,7 @@ public:
AudioOutputControl &operator=(const AudioOutputControl &) = delete;
/**
* Throws #std::runtime_error on error.
* Throws on error.
*/
void Configure(const ConfigBlock &block);
@@ -383,7 +383,7 @@ public:
/**
* Caller must lock the mutex.
*
* Throws #std::runtime_error on error.
* Throws on error.
*/
void InternalOpen2(AudioFormat in_audio_format);