NotSupportedError constructor

NotSupportedError(
  1. String uuid
)

Construct a new instance of the error.

Implementation

NotSupportedError(this.uuid) : super();