bamdmux
inline fun noFlyZone(action: () -> Unit) { try { action() } catch (t: Throwable) { //Do your worst } }