refactor: change NoMoreTokens message

This commit is contained in:
3lswear
2022-02-13 22:31:14 +03:00
parent 15ae2b131f
commit e15ba8b041

View File

@@ -66,7 +66,7 @@ namespace config
public: public:
virtual const char *what() const throw() virtual const char *what() const throw()
{ {
return ("No more tokens!"); return ("Config may be incomplete, expected more tokens (check EOL)");
} }
}; };
class InvalidToken: public std::exception class InvalidToken: public std::exception