Exception: OcflTools::Errors::FileMissingFromVersionState
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- OcflTools::Errors::FileMissingFromVersionState
- Defined in:
- lib/ocfl_tools/ocfl_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "The requested file cannot be found in the provided version state block.") ⇒ FileMissingFromVersionState
constructor
A new instance of FileMissingFromVersionState.
Constructor Details
#initialize(msg = "The requested file cannot be found in the provided version state block.") ⇒ FileMissingFromVersionState
45 46 |
# File 'lib/ocfl_tools/ocfl_errors.rb', line 45 def initialize(msg="The requested file cannot be found in the provided version state block.") end |