Access the wrapped exception.

Synopses

Declared in <folly/coro/Error.h>

Access the wrapped exception.

exception_wrapper const&
exception() const;

Access the wrapped exception.

Return Value

  • A const reference to the wrapped exception.

  • A mutable reference to the wrapped exception.

Created with MrDocs