Exception: OcflTools::Errors::RequestedDirectoryNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Requested directory does not exist.") ⇒ RequestedDirectoryNotFound

Returns a new instance of RequestedDirectoryNotFound.



40
41
# File 'lib/ocfl_tools/ocfl_errors.rb', line 40

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