Exception: ConflictException
- Inherits:
-
StandardError
- Object
- StandardError
- ConflictException
- Defined in:
- common/exceptions.rb
Instance Attribute Summary collapse
-
#conflicts ⇒ Object
readonly
Returns the value of attribute conflicts.
Instance Method Summary collapse
-
#initialize(conflicts) ⇒ ConflictException
constructor
A new instance of ConflictException.
Constructor Details
#initialize(conflicts) ⇒ ConflictException
Returns a new instance of ConflictException.
4 5 6 7 |
# File 'common/exceptions.rb', line 4 def initialize(conflicts) @conflicts = conflicts super end |
Instance Attribute Details
#conflicts ⇒ Object (readonly)
Returns the value of attribute conflicts
2 3 4 |
# File 'common/exceptions.rb', line 2 def conflicts @conflicts end |