Skip to content

Commit

Permalink
Forgot one exception javadoc for jshell feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Alathreon committed Aug 10, 2023
1 parent 7edd53c commit 2e36e55
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public JShellApi getApi() {
* @param startupScript if the startup script should be used or not
* @return the response
* @throws RequestFailedException if a http error happens
* @throws ConnectionFailedException if the connection to the API couldn't be made at the first
* place
*/
public MessageEmbed evaluateAndRespond(@Nullable User user, String code, boolean showCode,
boolean startupScript) throws RequestFailedException, ConnectionFailedException {
Expand Down

0 comments on commit 2e36e55

Please sign in to comment.