RecordingNotFoundException constructor

const RecordingNotFoundException(
  1. BaseRequest request,
  2. String filename
)

Implementation

const RecordingNotFoundException(this.request, this.filename);