Exception: EY::NoCommandError

Inherits:
Error
  • Object
show all
Defined in:
lib/engineyard/error.rb

Instance Method Summary collapse

Constructor Details

#initializeNoCommandError

Returns a new instance of NoCommandError.



6
7
8
# File 'lib/engineyard/error.rb', line 6

def initialize
  super "Specify a command to run via ssh or use --each to cycle through each server one at a time."
end