Exception: Bulkrax::CsvEntry::CsvPathError
- Inherits:
-
StandardError
- Object
- StandardError
- Bulkrax::CsvEntry::CsvPathError
- Defined in:
- app/models/bulkrax/csv_entry.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Method Summary collapse
-
#initialize(message) ⇒ CsvPathError
constructor
A new instance of CsvPathError.
Constructor Details
#initialize(message) ⇒ CsvPathError
Returns a new instance of CsvPathError.
9 10 11 |
# File 'app/models/bulkrax/csv_entry.rb', line 9 def initialize() super() end |