package PPI::Exception::ParserRejection;

use strict;
use PPI::Exception ();

our $VERSION = '1.279';

our @ISA = 'PPI::Exception';

1;
