Sha256: cf69b69f6997eec8d532fbfcd01196b110c7e9cfd23b002ae26e54fe8492bc9d
Contents?: true
Size: 383 Bytes
Versions: 18
Compression:
Stored size: 383 Bytes
Contents
package Moose::Exception::AutoDeRefNeedsArrayRefOrHashRef; our $VERSION = '2.2203'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "You cannot auto-dereference anything other than a ArrayRef or HashRef on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
18 entries across 9 versions & 1 rubygems