Exception: BatchDeleteFailed
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - BatchDeleteFailed
 
 - Defined in:
 - backend/app/lib/exceptions.rb
 
Instance Attribute Summary (collapse)
- 
  
    
      - (Object) errors 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute errors.
 
Instance Method Summary (collapse)
- 
  
    
      - (BatchDeleteFailed) initialize(errors) 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BatchDeleteFailed.
 
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  |