ApiRateException.fromSpotify constructor

ApiRateException.fromSpotify(
  1. SpotifyError error,
  2. num retryAfter
)

Implementation

ApiRateException.fromSpotify(super.error, this.retryAfter)
    : super.fromSpotify();