From 9b944fc9990c35fde26e17e5ac84c2c5eb456704 Mon Sep 17 00:00:00 2001 From: Arlemi Date: Wed, 15 Feb 2017 16:01:11 +0100 Subject: [PATCH] Update README.md Added missing Variable Declarator for the IncorrectClaimException catch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2dd7d6..1984b3cf 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ try { // we get here if the required claim is not present - } catch (IncorrectClaimException) { + } catch (IncorrectClaimException e) { // we get here if the required claim has the wrong value