Your IP : 216.73.216.1


Current Path : /lib64/perl5/vendor_perl/Moose/Exception/
Upload File :
Current File : //lib64/perl5/vendor_perl/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm

package Moose::Exception::NeitherAttributeNorAttributeNameIsGiven;
our $VERSION = '2.2011';

use Moose;
extends 'Moose::Exception';

sub _build_message {
    "You need to give attribute or attribute_name or both";
}

__PACKAGE__->meta->make_immutable;
1;