KakaoClientException constructor

KakaoClientException(
  1. ClientErrorCause reason,
  2. String msg
)

Implementation

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