SpotifyGeneralException constructor

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

Constructs a SpotifyGeneralException.

Implementation

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