SpotifyException constructor
Constructs a SpotifyException.
Implementation
const SpotifyException(
this.message, {
this.code,
this.details,
this.cause,
});
Constructs a SpotifyException.
const SpotifyException(
this.message, {
this.code,
this.details,
this.cause,
});