class Universa::InterchangeError
references from different {UMI} instances are mixed together
Public Class Methods
new(text = "objects can't be interchanged between different UMI interfaces")
click to toggle source
create instance optionally overriding message
Calls superclass method
# File lib/universa/errors.rb, line 14 def initialize(text = "objects can't be interchanged between different UMI interfaces") super(text) end