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

add todo note in ParserException

parent 95d0a753
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment