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 "Must specify a command to run via ssh"
end