Skip to content

Commit

Permalink
Improve advice controller naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Nov 9, 2024
1 parent 0e92870 commit 66d879e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import dev.nichoko.diogenes.exception.UnsupportedImageFormatException;

@RestControllerAdvice
public class ResourceNotFoundAdviceController {
public class HttpExceptionsAdviceController {

@ExceptionHandler(ResourceNotFoundException.class)
@ResponseStatus(HttpStatus.NOT_FOUND)
Expand Down

0 comments on commit 66d879e

Please sign in to comment.