initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.bb.exception;
|
||||
|
||||
|
||||
public class RequestParameterApiException extends ApiException {
|
||||
public RequestParameterApiException(String parameterName) {
|
||||
super("9002", "필수 요청 파라미터가 없습니다. : " + parameterName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user