class Rookout::Exceptions::RookCommunicationException

Public Class Methods

new() click to toggle source
Calls superclass method Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 176
def initialize
  super "Failed to connect to the controller - will continue attempting in the background"
end