TrackCreateException constructor

TrackCreateException([
  1. String msg = 'Failed to create track'
])

Implementation

TrackCreateException([String msg = 'Failed to create track']) : super._(msg);