Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wj committed Jan 10, 2016
1 parent 92b0321 commit 47b041d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,6 @@ catch (EtcdCommonException) {
catch (EtcdGenericException) {
// all etcd errors
}
```
```

Some methods which accept `ignoreKeyNotFoundException` parameter, allows you to ignore `EtcdCommonException.KeyNotFound` exception to make the code simpler.

0 comments on commit 47b041d

Please sign in to comment.