class Hyrax::Ingest::Errors::NoSIPSpecified

Public Class Methods

new(obj) click to toggle source
Calls superclass method
# File lib/hyrax/ingest/errors.rb, line 15
def initialize(obj)
  super("No SIP was specified.")
end