class Apiotics::ConnectionError

Public Class Methods

new(msg="Connection to Hive Server lost.") click to toggle source
Calls superclass method
# File lib/apiotics/connection_error.rb, line 4
def initialize(msg="Connection to Hive Server lost.")
  super
end