Exception: OcflTools::Errors::NonCompliantValue
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- OcflTools::Errors::NonCompliantValue
- Defined in:
- lib/ocfl_tools/ocfl_errors.rb
Overview
You asked for version -1, or version 44c.
Instance Method Summary collapse
-
#initialize(msg = "Value provided is outside of specification bounds.") ⇒ NonCompliantValue
constructor
A new instance of NonCompliantValue.
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 |