Exception: ANTLR3::Bug
- Inherits:
-
StandardError
- Object
- StandardError
- ANTLR3::Bug
- Defined in:
- lib/antlr3/error.rb
Instance Method Summary (collapse)
-
- (Bug) initialize(message = nil, *args)
constructor
A new instance of Bug.
Constructor Details
- (Bug) initialize(message = nil, *args)
A new instance of Bug
663 664 665 666 667 |
# File 'lib/antlr3/error.rb', line 663 def initialize( = nil, *args ) = "something occurred that should not occur within unmodified, " << "ANTLR-generated source code: #{ }" super( , *args ) end |