Change StatusCode::orThrow so that the return value can be ignored
The following discussion from !988 (merged) should be addressed:
-
@graven started a discussion: (+6 comments) Given that the only possible return value out of
.orTrhow()
is aStatusCode::SUCCESS
, does it make sense to actually return thatStatusCode
? Or to rephrase it: shouldn'torThrow
bevoid
?