Exception: Hotcell::UnexpectedLexem

Inherits:
ParseError show all
Defined in:
lib/hotcell/errors.rb

Instance Method Summary collapse

Methods inherited from ParseError

#initialize

Constructor Details

This class inherits a constructor from Hotcell::ParseError

Instance Method Details

#compose_messageObject



42
43
44
# File 'lib/hotcell/errors.rb', line 42

def compose_message
  "Unexpected #{@value} at #{@line}:#{@column}"
end