Exception: EY::DeployArgumentError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initializeDeployArgumentError

Returns a new instance of DeployArgumentError.



98
99
100
101
# File 'lib/engineyard/error.rb', line 98

def initialize
  super %("deploy" was called incorrectly. Call as "deploy [--environment <env>] [--ref <branch|tag|ref>]"\n) +
    %|You can set default environments and branches in ey.yml|
end