mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
refactor: change NoMoreTokens message
This commit is contained in:
@@ -66,7 +66,7 @@ namespace config
|
||||
public:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user