Exception: EY::RefRequired
- Inherits:
- 
      DeployArgumentError
      
        - Object
- RuntimeError
- Error
- DeployArgumentError
- EY::RefRequired
 
- Defined in:
- lib/engineyard/error.rb
Instance Method Summary collapse
- 
  
    
      #initialize(options)  ⇒ RefRequired 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RefRequired. 
Constructor Details
#initialize(options) ⇒ RefRequired
Returns a new instance of RefRequired.
| 64 65 66 67 68 69 | # File 'lib/engineyard/error.rb', line 64 def initialize() super <<-ERR Unable to determine the branch or ref to deploy Usage: ey deploy --ref [ref] ERR end |