Added since tag

This commit is contained in:
Arjen Poutsma
2019-07-16 16:18:31 +02:00
parent a9b3d95a14
commit 7fe0116599

View File

@@ -168,6 +168,7 @@ public interface ClientResponse {
* headers, and body of this response as well as the corresponding request.
*
* @return a {@code Mono} with a {@code WebClientResponseException} based on this response
* @since 5.2
*/
Mono<WebClientResponseException> createException();