mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +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