Exception: Heroku::Commander::Errors::ClientEIOError
- Defined in:
- lib/heroku/commander/errors/client_eio_error.rb
Instance Attribute Summary
Attributes inherited from Base
#problem, #resolution, #summary
Instance Method Summary collapse
-
#initialize ⇒ ClientEIOError
constructor
A new instance of ClientEIOError.
Methods inherited from Base
Constructor Details
#initialize ⇒ ClientEIOError
Returns a new instance of ClientEIOError.
5 6 7 |
# File 'lib/heroku/commander/errors/client_eio_error.rb', line 5 def initialize super(("client_eio")) end |