Your IP : 216.73.216.1


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

package Moose::Exception::Role::InvalidAttributeOptions;
our $VERSION = '2.2201';

use Moose::Role;
with 'Moose::Exception::Role::ParamsHash';

has 'attribute_name' => (
    is       => 'ro',
    isa      => 'Str',
    required => 1,
);

1;