Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix: throw jenvtest exception not runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Apr 6, 2023
1 parent 611bbd8 commit 75849e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private HttpRequest getHttpRequest() {
.GET()
.build();
} catch (URISyntaxException e) {
throw new RuntimeException(e);
throw new JenvtestException(e);
}
}

Expand Down

0 comments on commit 75849e1

Please sign in to comment.