d05 ex01 form ok
This commit is contained in:
@@ -80,8 +80,8 @@ void Bureaucrat::gradeDown() {
|
||||
*********************************************/
|
||||
|
||||
const char * Bureaucrat::GradeTooHighException::what() const throw() {
|
||||
return ("grade higher than 1");
|
||||
return (B_RED "grade higher than 1" RESET);
|
||||
}
|
||||
const char * Bureaucrat::GradeTooLowException::what() const throw() {
|
||||
return ("grade lower than 150");
|
||||
return (B_RED "grade lower than 150" RESET);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user