Skip to content

Commit

Permalink
refactor:[kakao-tech-campus-2nd-step3#84]- refact exception
Browse files Browse the repository at this point in the history
예외처리 추가
  • Loading branch information
yooonwodyd committed Nov 12, 2024
1 parent d21fad1 commit a1418a7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.helpmeCookies.global.exception.user;

public class DuplicateResourceException extends RuntimeException{
public DuplicateResourceException(String message) {
super(message);
}
}

0 comments on commit a1418a7

Please sign in to comment.