mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
refactor: change NoMoreTokens message
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user