Exception: Ldp::GraphDifferenceException

Inherits:
Exception
  • Object
show all
Defined in:
lib/ldp/orm.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, diff) ⇒ GraphDifferenceException

Returns a new instance of GraphDifferenceException.



73
74
75
76
# File 'lib/ldp/orm.rb', line 73

def initialize message, diff
  super(message)
  @diff = diff
end

Instance Attribute Details

#diffObject (readonly)

Returns the value of attribute diff.



72
73
74
# File 'lib/ldp/orm.rb', line 72

def diff
  @diff
end