Skip to content
Snippets Groups Projects
Commit ac227055 authored by ilor's avatar ilor
Browse files

add todo note in ParserException

parent 95d0a753
Branches
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <string> #include <string>
class ParserException class ParserException //TODO derive from std::exception or wcclerror
{ {
public: public:
ParserException(const std::string); ParserException(const std::string);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment