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