This commit is contained in:
13
CPAN/Moose/Exception/MustSpecifyAtleastOneMethod.pm
Normal file
13
CPAN/Moose/Exception/MustSpecifyAtleastOneMethod.pm
Normal file
@@ -0,0 +1,13 @@
|
||||
package Moose::Exception::MustSpecifyAtleastOneMethod;
|
||||
our $VERSION = '2.2207';
|
||||
|
||||
use Moose;
|
||||
extends 'Moose::Exception';
|
||||
with 'Moose::Exception::Role::Role';
|
||||
|
||||
sub _build_message {
|
||||
"Must specify at least one method";
|
||||
}
|
||||
|
||||
__PACKAGE__->meta->make_immutable;
|
||||
1;
|
||||
Reference in New Issue
Block a user