Exception: Hotcell::UnexpectedLexem
- Inherits:
-
ParseError
- Object
- StandardError
- Error
- ParseError
- Hotcell::UnexpectedLexem
- Defined in:
- lib/hotcell/errors.rb
Instance Method Summary collapse
Methods inherited from ParseError
Constructor Details
This class inherits a constructor from Hotcell::ParseError
Instance Method Details
#compose_message ⇒ Object
42 43 44 |
# File 'lib/hotcell/errors.rb', line 42 def "Unexpected #{@value} at #{@line}:#{@column}" end |