40 "Command failed with exit status " + std::to_string(
exit_status));
49 "Command failed with exit status " + std::to_string(
exit_status));
This header file contains utility functions related to exception handling in the code.
namespace for basic c++ utilities
void throw_with_loc(std::string message, SourceLocation loc=SourceLocation{})
Throw an exception and append the source location to it.
std::string popen_fetch_output(const char *command)
Run a command and return the output.