Exception: OcflTools::Errors::SyntaxError
- Inherits:
-
StandardError
- Object
- StandardError
- OcflTools::Errors::SyntaxError
- Defined in:
- lib/ocfl_tools/ocfl_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Generic syntax error.") ⇒ SyntaxError
constructor
A new instance of SyntaxError.
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 |