From 47b041dd88ee43396a639b959ed21fa246b71356 Mon Sep 17 00:00:00 2001 From: wj Date: Sun, 10 Jan 2016 12:47:47 +0800 Subject: [PATCH] README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f471ce8..24cdd3b 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,6 @@ catch (EtcdCommonException) { catch (EtcdGenericException) { // all etcd errors } -``` \ No newline at end of file +``` + +Some methods which accept `ignoreKeyNotFoundException` parameter, allows you to ignore `EtcdCommonException.KeyNotFound` exception to make the code simpler. \ No newline at end of file