UnexpectedError constructor

UnexpectedError(
  1. String message
)

Implementation

UnexpectedError(this.message);