Sha256: 4e69fcb985bc76e644095a21201d5bd43f2e051cba0de488540735c2466f3704
Contents?: true
Size: 577 Bytes
Versions: 6
Compression:
Stored size: 577 Bytes
Contents
# Error-handling Implement various kinds of error handling and resource management. 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. Run the tests with: bats error_handling_test.sh ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
6 entries across 6 versions & 1 rubygems