| Current Path : /usr/local/lib64/perl5/Moose/Exception/Role/ |
| Current File : //usr/local/lib64/perl5/Moose/Exception/Role/Attribute.pm |
package Moose::Exception::Role::Attribute;
our $VERSION = '2.2201';
use Moose::Role;
has 'attribute' => (
is => 'ro',
isa => 'Class::MOP::Attribute',
predicate => 'is_attribute_set'
);
1;