Update createException example for WebClient
Closes gh-27645
This commit is contained in:
@@ -559,7 +559,7 @@ depending on the response status:
|
||||
}
|
||||
else {
|
||||
// Turn to error
|
||||
return response.createException().flatMap(Mono::error);
|
||||
return response.createException();
|
||||
}
|
||||
});
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user