Exception: Heroku::Commander::Errors::UnexpectedOutputError

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

Instance Attribute Summary collapse

Attributes inherited from Base

#problem, #resolution, #summary

Instance Method Summary collapse

Methods inherited from Base

#compose_message

Constructor Details

#initialize(opts) ⇒ UnexpectedOutputError

Returns a new instance of UnexpectedOutputError.



8
9
10
# File 'lib/heroku/commander/errors/unexpected_output_error.rb', line 8

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

Instance Attribute Details

#inner_exceptionObject

Returns the value of attribute inner_exception.



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

def inner_exception
  @inner_exception
end