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.



117
118
119
120
# File 'lib/engineyard/error.rb', line 117

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