We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490e91d commit e716f54Copy full SHA for e716f54
README.md
@@ -51,7 +51,7 @@ throw internalServerError(exception);
51
Assign
52
53
```shell
54
-AbstractApiError error = unauthorized();
+ApiError error = unauthorized();
55
```
56
57
See [examples](#examples) with Spring MVC
0 commit comments