Sha256: 0b175dfe3c37539ab5746973e4775ba8aab41e99a569b19fdbc9bed8b88bb9cc
Contents?: true
Size: 354 Bytes
Versions: 14
Compression:
Stored size: 354 Bytes
Contents
package Moose::Exception::CannotCoerceAWeakRef; our $VERSION = '2.2206'; 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
14 entries across 7 versions & 1 rubygems