Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 942 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 942 Bytes

Lesson 14: Exception and Error Handling (Slides)

Pre-work

Please review the following resources before lecture:

Homework

Exception Handling

For this assignment, you will update existing code to add exceptions for unsupported operations in an e-commerce system.

To complete this assignment, use the tests to understand what you need to implement in order to get the tests to pass.