Libraries
»
avm
(0.92.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
77 78 79
# File 'lib/avm/result.rb', line 77
def
to_result
::
Avm
::
Result
.
error
(
message
)
end