Exception: BatchDeleteFailed
- Inherits:
-
StandardError
- Object
- StandardError
- BatchDeleteFailed
- Defined in:
- backend/app/lib/exceptions.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ BatchDeleteFailed
constructor
A new instance of BatchDeleteFailed.
Constructor Details
#initialize(errors) ⇒ BatchDeleteFailed
Returns a new instance of BatchDeleteFailed.
48 49 50 |
# File 'backend/app/lib/exceptions.rb', line 48 def initialize(errors) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
46 47 48 |
# File 'backend/app/lib/exceptions.rb', line 46 def errors @errors end |