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