folly::rich_error_base::source_location

Returns the source location where this error was created.

Synopsis

Declared in <folly/result/rich_error_base.h>

virtual
folly::source_location
source_location() const noexcept;

Return Value

The originating source location.