ServerNotRunningException constructor

ServerNotRunningException({
  1. String message = "GATT Server is not running",
})

Implementation

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