Exception: Alphapoint::AlphapointError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alphapoint.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Alphapoint error and conection failed") ⇒ AlphapointError

Returns a new instance of AlphapointError.



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

def initialize(msg="Alphapoint error and conection failed")
    super
end