class OcflTools::Errors::RequestedKeyNotFound

Client errors (you asked for the wrong stuff)

Public Class Methods

new(msg="Requested key not found in provided inventory.json.") click to toggle source

You ask for key 'foo', but you are dumb and key 'foo' is not in the spec.

# File lib/ocfl_tools/ocfl_errors.rb, line 30
def initialize(msg="Requested key not found in provided inventory.json.")
end