Skip to content

Commit b822755

Browse files
committed
Added Exception in the ClientHttpResponse
1 parent dc35e41 commit b822755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/intuit/springwebclient/entity/ClientHttpResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public final class ClientHttpResponse<T>{
1010

1111
private final T response;
1212
private final String error;
13-
private final Exception exception;
13+
private final Throwable exception;
1414
private final HttpStatusCode status;
1515
private final boolean isSuccess2xx;
1616

0 commit comments

Comments
 (0)