ServerErrorEvent constructor

ServerErrorEvent(
  1. int code,
  2. String message
)

Implementation

ServerErrorEvent(this.code, this.message);