This commit is contained in:
13
CPAN/Moose/Exception/Role/RoleForCreate.pm
Normal file
13
CPAN/Moose/Exception/Role/RoleForCreate.pm
Normal file
@@ -0,0 +1,13 @@
|
||||
package Moose::Exception::Role::RoleForCreate;
|
||||
our $VERSION = '2.2207';
|
||||
|
||||
use Moose::Role;
|
||||
with 'Moose::Exception::Role::ParamsHash';
|
||||
|
||||
has 'attribute_class' => (
|
||||
is => 'ro',
|
||||
isa => 'Str',
|
||||
required => 1,
|
||||
);
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user