Exception: OcflTools::Errors::RequestedFileNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Requested file does not exist.") ⇒ RequestedFileNotFound

Returns a new instance of RequestedFileNotFound.



35
36
# File 'lib/ocfl_tools/ocfl_errors.rb', line 35

def initialize(msg="Requested file does not exist.")
end