Ruby - Error Handling
You want to create a custom exception
InvalidAgeError that triggers when age is less than 18. Which code correctly raises this exception inside a method check_age?