d08 ex00 ajout encore tests char
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user