class Hyrax::Ingest::Errors::UnableToPrintIngestReport
Public Class Methods
new(unable_to_read_from_this_thing)
click to toggle source
Calls superclass method
# 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