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