class Alphapoint::AlphapointError

Public Class Methods

new(msg="Alphapoint error and conection failed") click to toggle source
Calls superclass method
# File lib/alphapoint.rb, line 24
def initialize(msg="Alphapoint error and conection failed")
    super
end