feat: adding files made in fablab

This commit is contained in:
Raphael 2025-03-19 16:11:05 +01:00
parent 9067bf46fc
commit 5d81e1e176
17 changed files with 885 additions and 12 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/16 14:48:33 by rparodi #+# #+# */
/* Updated: 2025/03/17 22:00:20 by rparodi ### ########.fr */
/* Updated: 2025/03/18 11:44:02 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -33,7 +33,7 @@ class Bureaucrat {
int getGrade(void) const;
void promote(void);
void demote(void);
void signForm(Form &form);
void signForm(Form const &form);
class GradeTooHighException : public std::exception {
virtual const char *what() const throw() {
return ("Error:\n> Grade is too high (have to be lower than 1)");