template <typename Exception>
void throw_exception(const Exception& e,
const std::string& func,
const std::string& file,
long line)
template <typename Exception>
void throw_exception(const Exception& e,
const std::string& func,
const std::string& file,
long line)Declared at: libs/pika/errors/include/pika/errors/throw_exception.hpp:30
Parameters
- const Exception& e
- const std::string& func
- const std::string& file
- long line