Exception: Conflict::ConflictException

Inherits:
Exception
  • Object
show all
Defined in:
lib/conflict/core.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#msgObject (readonly)

Returns the value of attribute msg.



188
189
190
# File 'lib/conflict/core.rb', line 188

def msg
  @msg
end

Instance Method Details

#intialize(msg) ⇒ Object



189
190
191
# File 'lib/conflict/core.rb', line 189

def intialize msg
  @msg = msg
end