Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 22, 2024
1 parent c8cbd4c commit 160aeb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.example.daemawiki.global.error.exception.CustomException;

public class VersionMismatchException extends CustomException {
public final static CustomException EXCEPTION = new VersionMismatchException();
public static final CustomException EXCEPTION = new VersionMismatchException();

private VersionMismatchException() {
super(ErrorCode.VERSION_MISMATCH);
Expand Down

0 comments on commit 160aeb2

Please sign in to comment.