PlayerError constructor

PlayerError(
  1. PlayerErrorCode code,
  2. String message
)

Implementation

PlayerError(this.code, this.message);