class CliNotAvailableError

Public Class Methods

new(_cli_tranport_names) click to toggle source
Calls superclass method IllegalStateError::new
# File lib/train-habitat/illegal_state_error.rb, line 22
def initialize(_cli_tranport_names)
  super("No CLI-capable connection options passed - use one of #{cli_transport_names.join(", ")} option sets")
end