ServerException constructor
ServerException([
- String message = "Server error"
Implementation
ServerException([this.message = "Server error"]);
ServerException([this.message = "Server error"]);