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