OAuthException constructor

OAuthException(
  1. String code,
  2. String message
)

Implementation

OAuthException(this.code, this.message) : super();