Exception: Bulkrax::CsvEntry::CsvPathError

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

Overview

rubocop:disable Metrics/ClassLength

Instance Method Summary collapse

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(message)
  super(message)
end