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