Exception: Heroku::Commander::Errors::AlreadyRunningError
- Defined in:
- lib/heroku/commander/errors/already_running_error.rb
Instance Attribute Summary
Attributes inherited from Base
#problem, #resolution, #summary
Instance Method Summary collapse
-
#initialize(opts) ⇒ AlreadyRunningError
constructor
A new instance of AlreadyRunningError.
Methods inherited from Base
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(("already_running_error", opts)) end |