Exception: OcflTools::Errors::SyntaxError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Generic syntax error.") ⇒ SyntaxError

Returns a new instance of SyntaxError.



18
19
# File 'lib/ocfl_tools/ocfl_errors.rb', line 18

def initialize(msg="Generic syntax error.")
end