Exception: Heroku::Commander::Errors::NoSuchProcessError

Inherits:
Base
  • Object
show all
Defined in:
lib/heroku/commander/errors/no_such_process_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 = {}) ⇒ NoSuchProcessError

Returns a new instance of NoSuchProcessError.



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

def initialize(opts = {})
  super(compose_message("no_such_process", opts))
end