Sha256: 7a7983521c3379199b70a81dce4c9b7d3d5f9a81d36dbad55db83eef1d7447bf
Contents?: true
Size: 371 Bytes
Versions: 33
Compression:
Stored size: 371 Bytes
Contents
package Moose::Exception::CoercionNeedsTypeConstraint; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::InvalidAttributeOptions'; sub _build_message { my $self = shift; "You cannot have coercion without specifying a type constraint on attribute (".$self->attribute_name.")"; } __PACKAGE__->meta->make_immutable; 1;
Version data entries
33 entries across 21 versions & 1 rubygems