class Hyrax::Ingest::Errors::InvalidSIP

Public Class Methods

new(invalid_sip_obj) click to toggle source
Calls superclass method
# File lib/hyrax/ingest/errors.rb, line 27
def initialize(invalid_sip_obj)
  super("Invalid SIP object. SIP must be an instance of Hyrax::Ingest::SIP (or an instance of a subclass) but an instance of #{invalid_sip_obj.class} was found.")
end