DaemonNotConnectedException constructor

DaemonNotConnectedException([
  1. String message = "No daemon connection, first connect to the daemon using HavenoChannel.connect()"
])

Implementation

DaemonNotConnectedException([super.message = "No daemon connection, first connect to the daemon using HavenoChannel.connect()"]);