Exception: OcflTools::Errors::NonCompliantValue

Inherits:
ClientError
  • Object
show all
Defined in:
lib/ocfl_tools/ocfl_errors.rb

Overview

You asked for version -1, or version 44c.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Value provided is outside of specification bounds.") ⇒ NonCompliantValue

Returns a new instance of NonCompliantValue.



56
57
# File 'lib/ocfl_tools/ocfl_errors.rb', line 56

def initialize(msg="Value provided is outside of specification bounds.")
end