class OcflTools::Errors::SyntaxError

Public Class Methods

new(msg="Generic syntax error.") click to toggle source
# File lib/ocfl_tools/ocfl_errors.rb, line 18
def initialize(msg="Generic syntax error.")
end