SoundcloudExplodeException constructor

const SoundcloudExplodeException(
  1. String? message
)

Creates a new SoundcloudExplodeException with the provided message.

Implementation

const SoundcloudExplodeException(this.message);