From e3936c5fc5b846f90d8cdfc589960c6881caa019 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Mar 2022 11:57:00 -0600 Subject: Lexer funcional --- exceptions.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exceptions.cpp (limited to 'exceptions.cpp') 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 +#include "include/exceptions.hpp" + +using std::string; + +string Exception::showMsg(){ + return error_msg; +} -- cgit v1.2.3