player/Control, ...: remove API documentation references to the obsolete Error class

This commit is contained in:
Max Kellermann
2017-12-20 12:20:09 +01:00
parent 36899dba0b
commit 7d035edf9d
3 changed files with 13 additions and 13 deletions

View File

@@ -340,7 +340,7 @@ private:
public:
/**
* Throws std::runtime_error or #Error on error.
* Throws on error.
*
* @param song the song to be queued
*/
@@ -467,7 +467,7 @@ private:
void EnqueueSongLocked(std::unique_ptr<DetachedSong> song) noexcept;
/**
* Throws std::runtime_error or #Error on error.
* Throws on error.
*/
void SeekLocked(std::unique_ptr<DetachedSong> song, SongTime t);
@@ -481,7 +481,7 @@ public:
/**
* Makes the player thread seek the specified song to a position.
*
* Throws std::runtime_error or #Error on error.
* Throws on error.
*
* @param song the song to be queued; the given instance will be owned
* and freed by the player