Sha256: 1f333c14446273779799347cf121d8363620b017895434c68934e0b80cc2ef24
Contents?: true
Size: 354 Bytes
Versions: 18
Compression:
Stored size: 354 Bytes
Contents
package Moose::Exception::CannotCoerceAWeakRef; our $VERSION = '2.2203'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "You cannot have a weak reference to a coerced value on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
18 entries across 9 versions & 1 rubygems