Exception: Heroku::Commander::Errors::AlreadyRunningError

Inherits:
Base
  • Object
show all
Defined in:
lib/heroku/commander/errors/already_running_error.rb

Instance Attribute Summary

Attributes inherited from Base

#problem, #resolution, #summary

Instance Method Summary collapse

Methods inherited from Base

#compose_message

Constructor Details

#initialize(opts) ⇒ AlreadyRunningError

Returns a new instance of AlreadyRunningError.



6
7
8
# File 'lib/heroku/commander/errors/already_running_error.rb', line 6

def initialize(opts)
  super(compose_message("already_running_error", opts))
end