package com.geeksville.mesh.service import java.io.IOException open class BLEException(msg: String) : IOException(msg)