Initial Commit
This commit is contained in:
13
database/perl/vendor/lib/Moose/Exception/Role/InvalidAttributeOptions.pm
vendored
Normal file
13
database/perl/vendor/lib/Moose/Exception/Role/InvalidAttributeOptions.pm
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package Moose::Exception::Role::InvalidAttributeOptions;
|
||||
our $VERSION = '2.2014';
|
||||
|
||||
use Moose::Role;
|
||||
with 'Moose::Exception::Role::ParamsHash';
|
||||
|
||||
has 'attribute_name' => (
|
||||
is => 'ro',
|
||||
isa => 'Str',
|
||||
required => 1,
|
||||
);
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user