PlayerException constructor

PlayerException(
  1. String code,
  2. String message, [
  3. dynamic details
])

Creates a new player exception

Implementation

PlayerException(this.code, this.message, [this.details]);