Skip to content

Commit

Permalink
fix : ExceptionHandler 템플릿 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 committed Dec 21, 2023
1 parent 93e9770 commit cbbc4c7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.prgrms.catchtable.common.exception;

import org.springframework.web.bind.annotation.RestControllerAdvice;

@RestControllerAdvice
public class ExceptionHandler {

}

0 comments on commit cbbc4c7

Please sign in to comment.