Exception: Hyrax::Ingest::Errors::UnknownActiveFedoraModel

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

Instance Method Summary collapse

Constructor Details

#initialize(af_model_class_name) ⇒ UnknownActiveFedoraModel

Returns a new instance of UnknownActiveFedoraModel.



33
34
35
# File 'lib/hyrax/ingest/errors.rb', line 33

def initialize(af_model_class_name)
  super("Unknown ActiveFedora model type '#{af_model_class_name.to_s}'")
end