blob: 243f7b7bc4ace53cf45c3c2a4ee8859fa04f0387 [file] [log] [blame]
#ifndef VPR_TATUM_ERROR_H
#define VPR_TATUM_ERROR_H
#include <string>
#include "tatum/error.hpp"
std::string format_tatum_error(const tatum::Error& error);
#endif