Exception: WLang::ParseError
- Inherits:
-
Error
- Object
- StandardError
- Error
- WLang::ParseError
- Defined in:
- lib/wlang/errors.rb
Overview
Error raised by a WLang parser instanciation when an error occurs.
Instance Attribute Summary (collapse)
-
- (Object) column
Where did the parsing failed.
-
- (Object) line
Where did the parsing failed.
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from WLang::Error
Instance Attribute Details
- (Object) column
Where did the parsing failed
76 77 78 |
# File 'lib/wlang/errors.rb', line 76 def column @column end |
- (Object) line
Where did the parsing failed
76 77 78 |
# File 'lib/wlang/errors.rb', line 76 def line @line end |