class Hyrax::Ingest::Errors::InvalidSIPPath
Public Class Methods
new(invalid_path)
click to toggle source
Calls superclass method
# File lib/hyrax/ingest/errors.rb, line 9 def initialize(invalid_path) super("#{invalid_path} is not a valid SIP path") end