Exception: Hyrax::Ingest::Errors::UnableToPrintIngestReport

Inherits:
Hyrax::Ingest::Error show all
Defined in:
lib/hyrax/ingest/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(unable_to_read_from_this_thing) ⇒ UnableToPrintIngestReport

Returns a new instance of UnableToPrintIngestReport.



160
161
162
# File 'lib/hyrax/ingest/errors.rb', line 160

def initialize(unable_to_read_from_this_thing)
  super("Cannot print ingest report from #{unable_to_read_from_this_thing}. To print a report, it must be written to a file.")
end