Exception: Hyperion::Util::CallCcError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/hyperion/aux/util.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#retvalObject

Returns the value of attribute retval.



35
36
37
# File 'lib/hyperion/aux/util.rb', line 35

def retval
  @retval
end