{input,storage}/nfs: use C++ exceptions instead of class Error

This commit is contained in:
Max Kellermann
2016-09-16 16:55:57 +02:00
parent 553365b942
commit 539c0ed171
15 changed files with 213 additions and 311 deletions

View File

@@ -53,7 +53,7 @@ class NfsManager final : IdleMonitor {
protected:
/* virtual methods from NfsConnection */
void OnNfsConnectionError(Error &&error) override;
void OnNfsConnectionError(std::exception_ptr &&e) override;
};
struct Compare {