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