class Hyrax::Ingest::Errors::NoConfigFileFound

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/hyrax/ingest/errors.rb, line 142
def initialize(path)
  super("No ingest config file exists at '#{path}'.")
end