SpotifyAuthenticationException constructor

const SpotifyAuthenticationException(
  1. String message, {
  2. String? code,
  3. dynamic details,
  4. Object? cause,
})

Implementation

const SpotifyAuthenticationException(
  super.message, {
  super.code,
  super.details,
  super.cause,
});