Exception: Compote::ProjectNameNotProvidedError
- Defined in:
- lib/compote/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ ProjectNameNotProvidedError
constructor
A new instance of ProjectNameNotProvidedError.
Constructor Details
#initialize ⇒ ProjectNameNotProvidedError
Returns a new instance of ProjectNameNotProvidedError.
119 120 121 122 123 124 125 |
# File 'lib/compote/error.rb', line 119 def initialize = "Error running compote: Make sure that you provided env variable COMPOSE_PROJECT_NAME." super end |