mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
4 lines
No EOL
146 B
Kotlin
4 lines
No EOL
146 B
Kotlin
package com.geeksville.mesh.service
|
|
|
|
open class RadioNotConnectedException(message: String = "Not connected to radio") :
|
|
BLEException(message) |