| Current Path : /usr/local/lib64/perl5/Moose/Exception/ |
| Current File : //usr/local/lib64/perl5/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm |
package Moose::Exception::CannotRegisterUnnamedTypeConstraint;
our $VERSION = '2.2201';
use Moose;
extends 'Moose::Exception';
sub _build_message {
"can't register an unnamed type constraint";
}
__PACKAGE__->meta->make_immutable;
1;