Libraries
»
avm
(0.98.0)
»
Index (E)
»
Avm
»
Result
»
Error
Exception: Avm::Result::Error
Inherits:
StandardError
Object
StandardError
Avm::Result::Error
show all
Defined in:
lib/avm/result.rb
Instance Method Summary
collapse
#
to_result
⇒ Object
Instance Method Details
#
to_result
⇒
Object
75 76 77
# File 'lib/avm/result.rb', line 75
def
to_result
::
Avm
::
Result
.
error
(
message
)
end