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.119 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.118 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.117 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.116 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.115 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.114 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.113 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.111 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.110 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.109 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.108 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.107 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.106 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.105 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.104 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.103 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.102 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.101 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.100 tracks/bash/exercises/error-handling/README.md
trackler-2.2.1.99 tracks/bash/exercises/error-handling/README.md