KakaoAuthException constructor

KakaoAuthException(
  1. AuthErrorCause error,
  2. String? errorDescription
)

Implementation

KakaoAuthException(this.error, this.errorDescription)
    : super(errorDescription);