class OcflTools::Errors::RequestedDirectoryNotFound

Public Class Methods

new(msg="Requested directory does not exist.") click to toggle source
# File lib/ocfl_tools/ocfl_errors.rb, line 40
def initialize(msg="Requested directory does not exist.")
end