db/simple: throw C++ exception on init error
This commit is contained in:
@@ -67,7 +67,7 @@ class SimpleDatabase : public Database {
|
||||
mutable unsigned borrowed_song_count;
|
||||
#endif
|
||||
|
||||
SimpleDatabase();
|
||||
SimpleDatabase(const ConfigBlock &block);
|
||||
|
||||
SimpleDatabase(AllocatedPath &&_path, bool _compress);
|
||||
|
||||
|
Reference in New Issue
Block a user