This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package Moose::Exception::NeitherAttributeNorAttributeNameIsGiven;
|
||||
our $VERSION = '2.2207';
|
||||
|
||||
use Moose;
|
||||
extends 'Moose::Exception';
|
||||
|
||||
sub _build_message {
|
||||
"You need to give attribute or attribute_name or both";
|
||||
}
|
||||
|
||||
__PACKAGE__->meta->make_immutable;
|
||||
1;
|
||||
Reference in New Issue
Block a user