Skip to content

Commit

Permalink
Add detail to wh JDK cannot parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Jan 26, 2024
1 parent 4c1699d commit abef004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private Instant getExpected(TestParam input)
}
catch (DateTimeException exc)
{
throw new IllegalArgumentException("Cannot parse using Instant: " + input);
throw new IllegalArgumentException("Cannot parse using Instant: " + input, exc);
}
}

Expand Down

0 comments on commit abef004

Please sign in to comment.