blob: 17ccd441f5e737ff6498fc182b33a182e8281508 [file] [log] [blame]
package ANTLR::Runtime::EarlyExitException;
use strict;
use warnings;
use base qw( ANTLR::Runtime::Exception );
1;