A subclass method should not throw types of exceptions which the superclass method is not expected to throw - Much like #8, exceptions should match or be subtypes of the ones the superclass method is able to throw - This is because try/except blocks target specific types of exceptions