class RLTK::UselessParserException

Used to indicate that a parser is empty or hasn’t been finalized.

Public Class Methods

new() click to toggle source

Sets the error messsage for this exception.

Calls superclass method
# File lib/rltk/parser.rb, line 89
def initialize
        super('Parser has not been finalized.')
end