wip with both my and luke code

This commit is contained in:
hugogogo
2022-07-13 17:31:18 +02:00
parent 461c10b6a2
commit 6b1fd5a15b
5 changed files with 99 additions and 78 deletions

View File

@@ -36,6 +36,11 @@ class Webserv
std::map<std::string, std::string> _request;
std::map<std::string, std::string> _response;
class WebservError : public std::exception {
const char * what() const throw();
};
};
#endif