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

using std::string;

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