Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 298 Bytes

error-handling.md

File metadata and controls

6 lines (5 loc) · 298 Bytes

An important point of programming is how to handle errors and close resources even if errors occur.

This exercise requires you to handle various errors. Because error handling is rather programming language specific you'll have to refer to the tests for your track to see what's exactly required.