Exception: OcflTools::Errors::RequestedDirectoryNotFound
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- OcflTools::Errors::RequestedDirectoryNotFound
- Defined in:
- lib/ocfl_tools/ocfl_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Requested directory does not exist.") ⇒ RequestedDirectoryNotFound
constructor
A new instance of RequestedDirectoryNotFound.
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 |