Python - Custom Exceptions
You want to create a custom exception
InvalidAgeError that triggers when age is below 0 or above 120. Which approach best uses custom exceptions to handle this validation?