template <typename Exception>
std::exception_ptr
construct_lightweight_exception(
    const Exception& e,
    const std::string& func,
    const std::string& file,
    long line)

Declared at: libs/pika/errors/src/exception.cpp:157

Parameters

const Exception& e
const std::string& func
const std::string& file
long line