nelsonfrugeri-tech / reactor-arc

Arc Reactor with Spring WebFlux
0 stars 0 forks source link

Create the new flow to the handler exception: NotFoundException #1

Closed nelsonfrugeri-tech closed 1 year ago

nelsonfrugeri-tech commented 1 year ago

After understanding all the logic and workings of the Handler Exception, which are in the package: src/main/java/reactor/arc/error. Create a new Exception flow for NotFound. You'll need to create the handleNotFoundException method in WebErrorHandler.java and create your own Exception from the pattern of the other exceptions in the directory: src/main/java/reactor/arc/error/exception.

codebot-agent-ai[bot] commented 1 year ago

Added method to handle NotFoundException