Exception: Bulkrax::CsvEntry::RecordNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Bulkrax::CsvEntry::RecordNotFound
- Defined in:
- app/models/bulkrax/csv_entry.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ RecordNotFound
constructor
A new instance of RecordNotFound.
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() super() end |