output/Plugin: remove 'Error&' parameters, use C++ exceptions only
This commit is contained in:
@@ -355,9 +355,7 @@ public:
|
||||
* Caller must lock the object.
|
||||
*
|
||||
* @param type the error type; must not be #PlayerError::NONE
|
||||
* @param error detailed error information; must be defined.
|
||||
*/
|
||||
void SetError(PlayerError type, Error &&error);
|
||||
void SetError(PlayerError type, std::exception_ptr &&_error);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user