I have a program that has around 20 functions. For every function I have to copy and paste the same error messages. Is there a way I can reuse the error messages without pasting them in every function over and over? I thought about classes but I don’t know how to do it. Any suggestion would be appreciated.