Exception: Heroku::Commander::Errors::ClientEIOError

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

Instance Attribute Summary

Attributes inherited from Base

#problem, #resolution, #summary

Instance Method Summary collapse

Methods inherited from Base

#compose_message

Constructor Details

#initializeClientEIOError

Returns a new instance of ClientEIOError.



5
6
7
# File 'lib/heroku/commander/errors/client_eio_error.rb', line 5

def initialize
  super(compose_message("client_eio"))
end