rhubarb-lip-sync/rhubarb/src/tools/exceptions.h

5 lines
81 B
C++

#pragma once
#include <string>
std::string getMessage(const std::exception& e);