summaryrefslogtreecommitdiff
path: root/exceptions.cpp
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-03-27 11:57:00 -0600
committerHombreLaser <sebastian-440@live.com>2022-03-27 11:57:00 -0600
commite3936c5fc5b846f90d8cdfc589960c6881caa019 (patch)
treee198e538fb6a1af8925bbf9dc1351dc24e5db589 /exceptions.cpp
parent07885de508b71ef4c4097f14cc5edc9e288b0631 (diff)
Lexer funcional
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;
+}