Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added missing Variable Declarator for the IncorrectClaimException catch
  • Loading branch information
arlemi committed Feb 15, 2017
1 parent 5c0cfdc commit 9b944fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b944fc

Please sign in to comment.