AudioCacheException constructor

const AudioCacheException(
  1. String message, {
  2. String? code,
})

Creates an audio cache exception.

Implementation

const AudioCacheException(super.message, {super.code});