File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ exception handling mechanism in a Spring boot application.
44
44
It does all hard part, A lot of advices are out of box available which are autoconfigured as ` ControllerAdvice ` s
45
45
depending on the jars in classpath of consumer application.
46
46
** Even for exceptions for which no advices are defined** , respective error response can be specified by
47
- messages in ` properties ` file, elaborated in [ ** Usage* *] ( https://github.com/officiallysingh/spring-boot-problem-handler#usage ) section.
47
+ messages in ` properties ` file, elaborated in [ * Usage* ] ( https://github.com/officiallysingh/spring-boot-problem-handler#usage ) section.
48
48
New custom advices could be required only in cases where it is required to take some data from exception instance
49
49
to dynamically derive ** Error key** (Elaborated later)
50
50
or to use this data to resolve any placeholders in error message. In such cases consumer application can define
You can’t perform that action at this time.
0 commit comments