class OcflTools::Errors::FileMissingFromVersionState

Public Class Methods

new(msg="The requested file cannot be found in the provided version state block.") click to toggle source
# 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