Exception: Compote::ProjectNameNotProvidedError

Inherits:
Error
  • Object
show all
Defined in:
lib/compote/error.rb

Instance Attribute Summary

Attributes inherited from Error

#message

Instance Method Summary collapse

Constructor Details

#initializeProjectNameNotProvidedError

Returns a new instance of ProjectNameNotProvidedError.



119
120
121
122
123
124
125
# File 'lib/compote/error.rb', line 119

def initialize

  message = "Error running compote: Make sure that you provided env variable COMPOSE_PROJECT_NAME."

  super message

end