Transcript
00:00 Okay. Sometimes things don't go the way you were expecting. Sometimes somebody gives your function as something you weren't expecting and you need to throw an error to let them know, hey, this is gonna be a problem for you. You need to pass the right thing or whatever. And we haven't talked about functions quite yet, but this is where being able to throw your own errors comes in especially handy.
00:19 So we're gonna be doing, some error throwing and stuff in this exercise to give you a little bit of practice with that. So when we get to that point, you'll understand what's going on. And, also being able to handle errors that other people are throwing in at your face is also very useful. So in this exercise, you're gonna be throwing and catching some errors. So I hope you brought your baseball glove.
00:40 No, just kidding. Have a good time with this one. We'll see you when you're done.
