d08 ex00 ajout encore tests char

This commit is contained in:
Hugo LAMY
2022-03-19 18:29:43 +01:00
parent 0c5877056e
commit b3df6acd20
3 changed files with 60 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
class easyfindException : public std::exception {
virtual char const *what(void) const throw() {
return "not found";
return B_RED "not found" RESET;
}
};