ServerException constructor

ServerException(
  1. String? message
)

Implementation

ServerException(this.message);