Exception: RBattlenet::Errors::ConnectionError

Inherits:
Error
  • Object
show all
Defined in:
lib/rbattlenet/exceptions.rb

Instance Attribute Summary

Attributes inherited from Error

#reason

Instance Method Summary collapse

Constructor Details

#initializeConnectionError

Returns a new instance of ConnectionError.



24
25
26
# File 'lib/rbattlenet/exceptions.rb', line 24

def initialize
  super("Unable to connect or send HTTP request")
end