Exception: OcflTools::Errors::FileDigestMismatch
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- OcflTools::Errors::FileDigestMismatch
- Defined in:
- lib/ocfl_tools/ocfl_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "The requested file already exists in inventory with different digest.") ⇒ FileDigestMismatch
constructor
A new instance of FileDigestMismatch.
Constructor Details
#initialize(msg = "The requested file already exists in inventory with different digest.") ⇒ FileDigestMismatch
Returns a new instance of FileDigestMismatch.
50 51 |
# File 'lib/ocfl_tools/ocfl_errors.rb', line 50 def initialize(msg="The requested file already exists in inventory with different digest.") end |