xref: /aosp_15_r20/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/EarlyExitException.pm (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1package ANTLR::Runtime::EarlyExitException;
2
3use strict;
4use warnings;
5
6use base qw( ANTLR::Runtime::Exception );
7
81;
9