Skip to content

Commit

Permalink
delete :: blank
Browse files Browse the repository at this point in the history
  • Loading branch information
KimGyeongsuuu committed Aug 16, 2024
1 parent 4bbf741 commit 70c9589
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class GlobalExceptionHandler {
fun handleHttpMessageNotReadableException(e: HttpMessageNotReadableException): ResponseEntity<HttpMessageNotReadableErrorResponse> =
ResponseEntity(ErrorResponse.of(e), HttpStatus.BAD_REQUEST)


@ExceptionHandler(DataIntegrityViolationException::class)
fun handleDataIntegrityViolationException(e: DataIntegrityViolationException): ResponseEntity<DataIntegrityViolationErrorResponse> {
return ResponseEntity(ErrorResponse.of(e), HttpStatus.BAD_REQUEST)
Expand Down

0 comments on commit 70c9589

Please sign in to comment.