Exception: Alphapoint::AlphapointError
- Inherits:
-
StandardError
- Object
- StandardError
- Alphapoint::AlphapointError
- Defined in:
- lib/alphapoint.rb
Instance Method Summary collapse
-
#initialize(msg = "Alphapoint error and conection failed") ⇒ AlphapointError
constructor
A new instance of AlphapointError.
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 |