Skip to content

Commit

Permalink
refactor: 사용하지 않는 커스텀 예외 및 메서드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHyeonL committed Nov 12, 2024
1 parent fa8cda6 commit 8a09219
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ public class RetrospectException extends RuntimeException {
public RetrospectException(final String message) {
super(message);
}

public RetrospectException(final String message, final Throwable cause) {
super(message, cause);
}
}

This file was deleted.

This file was deleted.

0 comments on commit 8a09219

Please sign in to comment.