Remove try catch around errors we cannot recover from

This commit is contained in:
2020-04-06 16:21:30 +02:00
parent af816bd541
commit de01a75cab
2 changed files with 97 additions and 101 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
const int n_frames = 0,
const int user_id = -1
);
void stop_writing();
};