Exception: Hyrax::Ingest::Errors::UnableToPrintIngestReport
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::UnableToPrintIngestReport
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize(unable_to_read_from_this_thing) ⇒ UnableToPrintIngestReport
constructor
A new instance of UnableToPrintIngestReport.
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 |