Exception: Gs2::Core::ConflictException
- Inherits:
-
Exception
- Object
- Exception
- Gs2::Core::ConflictException
- Defined in:
- lib/gs2/core/ConflictException.rb
Instance Method Summary collapse
- #errors ⇒ Object
-
#initialize(errors) ⇒ ConflictException
constructor
A new instance of ConflictException.
Constructor Details
#initialize(errors) ⇒ ConflictException
Returns a new instance of ConflictException.
4 5 6 7 |
# File 'lib/gs2/core/ConflictException.rb', line 4 def initialize(errors) super(errors) @errors = errors end |
Instance Method Details
#errors ⇒ Object
9 10 11 |
# File 'lib/gs2/core/ConflictException.rb', line 9 def errors() return @errors end |