mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update table of supported controller method return types
Closes gh-28814
This commit is contained in:
@@ -80,7 +80,7 @@ public class ErrorResponseException extends NestedRuntimeException implements Er
|
||||
* resolve the detail message with.
|
||||
* @since 6.0
|
||||
*/
|
||||
protected ErrorResponseException(
|
||||
public ErrorResponseException(
|
||||
HttpStatusCode status, ProblemDetail body, @Nullable Throwable cause,
|
||||
@Nullable String messageDetailCode, @Nullable Object[] messageDetailArguments) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user