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