Exception: BatchDeleteFailed

Inherits:
StandardError
  • Object
show all
Defined in:
backend/app/lib/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorsObject

Returns the value of attribute errors



46
47
48
# File 'backend/app/lib/exceptions.rb', line 46

def errors
  @errors
end