Exception: Hyrax::Ingest::Errors::NoConfigFileFound
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::NoConfigFileFound
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ NoConfigFileFound
constructor
A new instance of NoConfigFileFound.
Constructor Details
#initialize(path) ⇒ NoConfigFileFound
Returns a new instance of NoConfigFileFound.
142 143 144 |
# File 'lib/hyrax/ingest/errors.rb', line 142 def initialize(path) super("No ingest config file exists at '#{path}'.") end |