Exception: TaskHelpers::Taskhelper::ComposeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tasks/task_helpers/taskhelper.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Docker Compose is not installed") ⇒ ComposeError

Returns a new instance of ComposeError.



6
7
8
# File 'lib/tasks/task_helpers/taskhelper.rb', line 6

def initialize(message = "Docker Compose is not installed")
  super
end