Skip to content

GlobalRuntimeException 부모 생성자 호출 시 파라미터 누락 수정 #43

Description

@cxxxtxxyxx
@Getter
public class GlobalRuntimeException extends RuntimeException {

    private final ErrorCode errorCode;

    public GlobalRuntimeException(ErrorCode errorCode) {
        super();
        this.errorCode = errorCode;
    }
}
  • super() 수정 필요

Metadata

Metadata

Labels

modify단순 수정 및 통합

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions