Exception: RBZK::ZKErrorConnection

Inherits:
ZKError
  • Object
show all
Defined in:
lib/rbzk/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Connection error') ⇒ ZKErrorConnection

Returns a new instance of ZKErrorConnection.



13
14
15
# File 'lib/rbzk/exceptions.rb', line 13

def initialize(msg = 'Connection error')
  super
end