DDeepin Developerfeat: Init commit
33daf502创建于 2022年10月11日历史提交
package PPI::Exception::ParserRejection;

use strict;
use PPI::Exception ();

our $VERSION = '1.270'; # VERSION

our @ISA = 'PPI::Exception';

1;