summaryrefslogtreecommitdiff
path: root/exceptions.cpp
blob: 23ca88b46c168325c719d64d1bd25beee936f506 (plain)
1
2
3
4
5
6
7
8
#include <string>
#include "include/exceptions.hpp"

using std::string;

string Exception::showMsg(){
  return error_msg;
}