Skip to content

Commit

Permalink
import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pkl0912 committed Jan 17, 2024
1 parent 0bd3b6b commit b5d9a3b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
import org.springframework.web.method.annotation.MethodArgumentTypeMismatchException;
import org.springframework.web.servlet.resource.NoResourceFoundException;

import static com.moddy.server.common.exception.enums.ErrorCode.INTERNAL_SERVER_EXCEPTION;
import static com.moddy.server.common.exception.enums.ErrorCode.METHOD_NOT_ALLOWED_EXCEPTION;
import static com.moddy.server.common.exception.enums.ErrorCode.NOT_FOUND_RESOURCE_EXCEPTION;
import static com.moddy.server.common.exception.enums.ErrorCode.VALIDATION_REQUEST_MISSING_EXCEPTION;
import static com.moddy.server.common.exception.enums.ErrorCode.*;

@Slf4j
@RestControllerAdvice
Expand Down

0 comments on commit b5d9a3b

Please sign in to comment.