Exception: OcflTools::Errors::UnableToLoadInventoryFile

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ocfl_tools/ocfl_errors.rb

Instance Method Summary collapse

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