RecordingNotFoundException constructor

RecordingNotFoundException(
  1. String hash, {
  2. String? requestSummary,
})

Implementation

RecordingNotFoundException(this.hash, {this.requestSummary});