Exception: Rookout::Exceptions::RookCommunicationException

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

Constructor Details

#initializeRookCommunicationException

Returns a new instance of RookCommunicationException.



207
208
209
# File 'lib/rookout/exceptions.rb', line 207

def initialize
  super "Failed to connect to the controller - will continue attempting in the background"
end