ServerException constructor

ServerException([
  1. String message = "Server error"
])

Implementation

ServerException([this.message = "Server error"]);