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

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

Parameters

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