SpotifyLibraryException constructor

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

Constructs a SpotifyLibraryException.

Implementation

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