Exception: Hyperion::Util::CallCcError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Hyperion::Util::CallCcError
- Defined in:
- lib/hyperion/aux/util.rb
Instance Attribute Summary collapse
-
#retval ⇒ Object
Returns the value of attribute retval.
Instance Method Summary collapse
-
#initialize(retval) ⇒ CallCcError
constructor
A new instance of CallCcError.
Constructor Details
#initialize(retval) ⇒ CallCcError
Returns a new instance of CallCcError.
36 37 38 |
# File 'lib/hyperion/aux/util.rb', line 36 def initialize(retval) @retval = retval end |
Instance Attribute Details
#retval ⇒ Object
Returns the value of attribute retval.
35 36 37 |
# File 'lib/hyperion/aux/util.rb', line 35 def retval @retval end |