ServerException constructor

ServerException([
  1. dynamic message
])

Implementation

ServerException([message]) : super(message);