Exception: OcflTools::Errors::UnableToLoadInventoryFile
- Inherits:
-
StandardError
- Object
- StandardError
- OcflTools::Errors::UnableToLoadInventoryFile
- Defined in:
- lib/ocfl_tools/ocfl_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Requested inventory file failed to load. See downstream errors for details.") ⇒ UnableToLoadInventoryFile
constructor
A new instance of UnableToLoadInventoryFile.
Constructor Details
#initialize(msg = "Requested inventory file failed to load. See downstream errors for details.") ⇒ UnableToLoadInventoryFile
Returns a new instance of UnableToLoadInventoryFile.
23 24 |
# File 'lib/ocfl_tools/ocfl_errors.rb', line 23 def initialize(msg="Requested inventory file failed to load. See downstream errors for details.") end |