Your IP : 216.73.216.74


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

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

use Moose::Role;

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

1;