Exception: BatchDeleteFailed

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (BatchDeleteFailed) initialize(errors)

Returns a new instance of BatchDeleteFailed



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

def initialize(errors)
  @errors = errors
end

Instance Attribute Details

- (Object) errors

Returns the value of attribute errors



44
45
46
# File 'backend/app/lib/exceptions.rb', line 44

def errors
  @errors
end