Commit 2aad5a96 authored by Marc Celani's avatar Marc Celani Committed by Dave Watson

Fix rebase fail

Summary: whoops

Test Plan: reran unit tests

Reviewed By: davejwatson@fb.com

Blame Rev:
parent 2833ce1b
......@@ -127,6 +127,7 @@ class exception_wrapper {
} catch (...) {
return std::current_exception();
}
return std::exception_ptr();
}
private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment