RecorderException constructor

RecorderException(
  1. ErrorType errorType, [
  2. String message = ""
])

Implementation

RecorderException(this.errorType, [this.message = ""]);