Sha256: c5eb2068160483bc9e32c32f6ef357bb1edd9f1ac4e2d5b5f95b8b3e06d197f6

Contents?: true

Size: 703 Bytes

Versions: 92

Compression:

Stored size: 703 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:

```bash
bats error_handling_test.sh
```

After the first test(s) pass, continue by commenting out or removing the `skip` annotations prepending other tests.


## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.179 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.178 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.177 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.176 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.175 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.174 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.173 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.172 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.171 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.170 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.169 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.167 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.166 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.165 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.164 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.163 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.162 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.161 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.160 tracks/bash/exercises/error-handling/README.md