Exception: EY::NoCommandError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initializeNoCommandError

Returns a new instance of NoCommandError.



15
16
17
# File 'lib/engineyard/error.rb', line 15

def initialize
  super "Must specify a command to run via ssh"
end