OAuth2Exception constructor

const OAuth2Exception(
  1. String message
)

Creates a new OAuth2Exception object

Implementation

const OAuth2Exception(this.message);