AuthorizationException constructor

AuthorizationException(
  1. String error,
  2. String? description,
  3. Uri? uri
)

Creates an AuthorizationException.

Implementation

AuthorizationException(this.error, this.description, this.uri);