ServerNotRunningException constructor
ServerNotRunningException({
- String message = "GATT Server is not running",
Implementation
ServerNotRunningException({String message = "GATT Server is not running"}) : super(5, message);