KakaoAuthException constructor
KakaoAuthException(
- AuthErrorCause error,
- String? errorDescription
Implementation
KakaoAuthException(this.error, this.errorDescription)
: super(errorDescription);