class Hyrax::Ingest::Errors::NoSharedSIPSpecified

Public Class Methods

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