Your IP : 216.73.216.1


Current Path : /usr/local/lib64/perl5/Moose/Exception/
Upload File :
Current File : //usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportInner.pm

package Moose::Exception::RolesDoNotSupportInner;
our $VERSION = '2.2201';

use Moose;
extends 'Moose::Exception';

sub _build_message {
    "Roles cannot support 'inner'";
}

__PACKAGE__->meta->make_immutable;
1;