summaryrefslogtreecommitdiff
path: root/exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'exceptions.cpp')
-rw-r--r--exceptions.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/exceptions.cpp b/exceptions.cpp
new file mode 100644
index 0000000..23ca88b
--- /dev/null
+++ b/exceptions.cpp
@@ -0,0 +1,8 @@
+#include <string>
+#include "include/exceptions.hpp"
+
+using std::string;
+
+string Exception::showMsg(){
+ return error_msg;
+}