Challenge: Exception Handling
Try to implement a class using proper exception messages for invalid input.
We'll cover the following...
Task
You are given a User
class with the ...
Try to implement a class using proper exception messages for invalid input.
You are given a User
class with the ...