Exception: ANTLR3::Bug
- Inherits:
-
StandardError
- Object
- StandardError
- ANTLR3::Bug
- Defined in:
- lib/antlr3/error.rb
Instance Method Summary collapse
-
#initialize(message = nil, *args) ⇒ Bug
constructor
A new instance of Bug.
Constructor Details
#initialize(message = nil, *args) ⇒ Bug
Returns 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 |