1package ANTLR::Runtime::EarlyExitException;
2
3use strict;
4use warnings;
5
6use base qw( ANTLR::Runtime::Exception );
7
81;
9