#include #include "include/exceptions.hpp" using std::string; string Exception::showMsg() const { return error_msg; }