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