Exception: Bulkrax::CsvEntry::RecordNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/bulkrax/csv_entry.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RecordNotFound

Returns a new instance of RecordNotFound.



15
16
17
# File 'app/models/bulkrax/csv_entry.rb', line 15

def initialize(message)
  super(message)
end