Update README.md

Added missing Variable Declarator for the IncorrectClaimException catch
This commit is contained in:
Arlemi 2017-02-15 16:01:11 +01:00 committed by GitHub
parent 5c0cfdc897
commit 9b944fc999
1 changed files with 1 additions and 1 deletions

View File

@ -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