{input,storage}/nfs: use C++ exceptions instead of class Error
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user