Skip to content

Commit

Permalink
Make exception within UserStateDetails public (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach authored Aug 21, 2024
1 parent 18422eb commit 99e3c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected void setException(Exception exception) {
this.exception = exception;
}

protected Exception getException() {
public Exception getException() {
return this.exception;
}

Expand Down

0 comments on commit 99e3c17

Please sign in to comment.