KakaoClientException constructor

KakaoClientException(
  1. String msg
)

Implementation

KakaoClientException(this.msg) : super(msg);