Exception: Antlr4ruby::ParseCancellationException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Antlr4ruby::ParseCancellationException
- Defined in:
- lib/antlr4ruby/exception/parse_cancellation_exception.rb
Instance Method Summary collapse
-
#initialize(msg = "ParseCancellationException") ⇒ ParseCancellationException
constructor
A new instance of ParseCancellationException.
Constructor Details
#initialize(msg = "ParseCancellationException") ⇒ ParseCancellationException
Returns a new instance of ParseCancellationException.
5 6 7 |
# File 'lib/antlr4ruby/exception/parse_cancellation_exception.rb', line 5 def initialize(msg = "ParseCancellationException") super end |