GoError constructor

GoError(
  1. String message
)

Constructs a GoError

Implementation

GoError(this.message);