Exception: TaskHelpers::Taskhelper::ComposeError
- Inherits:
-
StandardError
- Object
- StandardError
- TaskHelpers::Taskhelper::ComposeError
- Defined in:
- lib/tasks/task_helpers/taskhelper.rb
Instance Method Summary collapse
-
#initialize(message = "Docker Compose is not installed") ⇒ ComposeError
constructor
A new instance of ComposeError.
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( = "Docker Compose is not installed") super end |