| Current Path : /usr/lib64/perl5/vendor_perl/Moose/Exception/ |
| Current File : //usr/lib64/perl5/vendor_perl/Moose/Exception/NoDestructorClassSpecified.pm |
package Moose::Exception::NoDestructorClassSpecified;
our $VERSION = '2.2011';
use Moose;
extends 'Moose::Exception';
with 'Moose::Exception::Role::Class', 'Moose::Exception::Role::ParamsHash';
sub _build_message {
"The 'inline_destructor' option is present, but no destructor class was specified";
}
__PACKAGE__->meta->make_immutable;
1;