Exception: Universa::InterchangeError

Inherits:
Error
  • Object
show all
Defined in:
lib/universa/errors.rb

Overview

references from different UMI instances are mixed together

Instance Method Summary collapse

Constructor Details

#initialize(text = "objects can't be interchanged between different UMI interfaces") ⇒ InterchangeError

create instance optionally overriding message



14
15
16
# File 'lib/universa/errors.rb', line 14

def initialize(text = "objects can't be interchanged between different UMI interfaces")
  super(text)
end