Skip to content

Commit 0afd9fa

Browse files
committed
crimson/.../errorator: expose get_exception
Useful for intentionally ignoring an exceptional future. Otherwise, seastar warns. Signed-off-by: Samuel Just <[email protected]>
1 parent 1f152bf commit 0afd9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/common/errorator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ struct errorator {
522522
}
523523

524524
protected:
525-
using base_t::get_exception;
526525
friend class ::transaction_manager_test_t;
527526
public:
527+
using base_t::get_exception;
528528
using errorator_type = ::crimson::errorator<AllowedErrors...>;
529529
using promise_type = seastar::promise<ValueT>;
530530

0 commit comments

Comments
 (0)